duyucong

Results 1 comments of duyucong

I register Slf4jImpl and Marker but still have other error ``` import org.apache.ibatis.logging.slf4j.Slf4jImpl; import org.slf4j.Marker; import org.springframework.aot.hint.MemberCategory; import org.springframework.aot.hint.RuntimeHints; import org.springframework.aot.hint.RuntimeHintsRegistrar; @ImportRuntimeHints(CustomerControllerRuntimeHints.class) public static class CustomerControllerRuntimeHints implements RuntimeHintsRegistrar { @Override...