Skip to content
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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    e399cbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7d8469 View commit details
    Browse the repository at this point in the history
  3. 💡 fix Native docs

    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
    xuxiaowei-com-cn committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    12f6584 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54b5f31 View commit details
    Browse the repository at this point in the history
  5. 🎨 format code

    xuxiaowei-com-cn committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    268a856 View commit details
    Browse the repository at this point in the history
  6. 👷 add cache

    xuxiaowei-com-cn committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    262f216 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    878fbbf View commit details
    Browse the repository at this point in the history
  8. 🐛 Native Support mybatis.mapper-locations

    optimize mybatis.config-location
    
    mybatis#994
    xuxiaowei-com-cn committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    12a6492 View commit details
    Browse the repository at this point in the history