You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#994
1. org.springframework.experimental:spring-aot use org.springframework.context.annotation.BeanDefinitionPostProcessor, but org.springframework.experimental:spring-aot only supported Spring Boot 2, EOL
2. Spring Boot 3 use org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor
Copy file name to clipboardExpand all lines: mybatis-spring-boot-autoconfigure/src/main/java/org/mybatis/spring/boot/autoconfigure/MyBatisMapperFactoryBeanPostProcessor.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
importorg.springframework.util.ClassUtils;
30
30
31
31
/**
32
-
* The {@code BeanDefinitionPostProcessor} for customizing a {@code MapperFactoryBean}.
32
+
* The {@link MergedBeanDefinitionPostProcessor} for customizing a {@link MapperFactoryBean}.
0 commit comments