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 Oct 17, 2024
1 parent c98aa36 commit c839a27
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 c839a27

Please sign in to comment.