-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Support annotation based on MyBatis for Spring Boot 3 Native #995
base: master
Are you sure you want to change the base?
✨ Support annotation based on MyBatis for Spring Boot 3 Native #995
Conversation
I added a pipeline based on Ubuntu and macOS for testing native applications, and it has now passed the test 我添加了一个基于Ubuntu和macOS的流水线来测试原生应用程序,现在它已经通过了测试 https://github.com/xuxiaowei-com-cn/mybatis-spring-boot-starter/actions/workflows/native.yaml |
84a749f
to
755114b
Compare
good job. need it |
e8f61e7
to
12a6492
Compare
Hi @xuxiaowei-com-cn, I'm not all that familiar with the native aspect. I know we have a project for spring native that has had issues for a while and on obsolete path. Does this replace that or complement it? Is this work completely done? Its a lot of changes so I want to be sure what I'm reviewing before spending a lot of time on it. |
Hi @hazendaz , This function is used for replacement https://github.com/mybatis/spring-native, This function is not yet completed, with the following defects:
|
…e-plugin to v3.4.0
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
optimize mybatis.config-location mybatis#994
12a6492
to
dbf2cd0
Compare
#994