Skip to content

Commit 12f6584

Browse files
💡 fix Native docs
#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
1 parent f7d8469 commit 12f6584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mybatis-spring-boot-autoconfigure/src/main/java/org/mybatis/spring/boot/autoconfigure/MyBatisMapperFactoryBeanPostProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import org.springframework.util.ClassUtils;
3030

3131
/**
32-
* The {@code BeanDefinitionPostProcessor} for customizing a {@code MapperFactoryBean}.
32+
* The {@link MergedBeanDefinitionPostProcessor} for customizing a {@link MapperFactoryBean}.
3333
*
3434
* @author Stéphane Nicoll
3535
* @author Kazuki Shimizu

0 commit comments

Comments
 (0)