Skip to content

Commit

Permalink
💡 fix Native docs
Browse files Browse the repository at this point in the history
mybatis#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
  • Loading branch information
xuxiaowei-com-cn committed Aug 25, 2024
1 parent f7d8469 commit 12f6584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import org.springframework.util.ClassUtils;

/**
* The {@code BeanDefinitionPostProcessor} for customizing a {@code MapperFactoryBean}.
* The {@link MergedBeanDefinitionPostProcessor} for customizing a {@link MapperFactoryBean}.
*
* @author Stéphane Nicoll
* @author Kazuki Shimizu
Expand Down

0 comments on commit 12f6584

Please sign in to comment.