spring-boot-starter
spring-boot-starter copied to clipboard
MyBatis integration with Spring Boot
## Premise 1. `org.springframework.experimental:spring-aot` Repository: https://github.com/spring-attic/spring-native : EOL 2. `org.springframework.experimental:spring-aot` Repository: https://github.com/spring-attic/spring-native : This project is now superseded by Spring Boot 3+ official native support, see [the related reference documentation](https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html)...
I have a spring-boot API with methods adopted with @Async and uses multi-tenant. After using it for a while I have some messages table or view does not exist sequence...
I am running an application with mybatis-spring-boot-starter version 3.0.3, mybatis-spring 3.04 and mybatis version 3.5.16. On startup I get an error warning `No MyBatis mapper was found in '[....]' package"`...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [maven-wrapper](https://maven.apache.org/tools/wrapper/) ([source](https://redirect.github.com/apache/maven-wrapper)) | `3.3.2` -> `3.3.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
1. https://github.com/kazuki43zoo/mybatis-spring-boot-dev-compatibility-checker/actions/runs/18066684623/job/51410298142 2. https://github.com/mybatis/spring-boot-starter/pull/1124
1. fix AutoConfigureCache/AutoConfigureTestDatabase package 2. fix PropertyMapper method
MyBatis Spring Boot 3.0.x does not work on Spring Boot 4.x line, because spring boot 4.x line does not keep compatibility with spring boot 3.x line (eg. such as spring-projects/spring-boot#46085)....
**[description]** 1.Add the beanNameGenerator property to the MybatisProperties class for customizing the name generator class of the Mapper bean. **[Test Code]** ``` @Test void withCustomBeanNameGenerator() { contextRunner.withUserConfiguration(EmbeddedDataSourceConfiguration.class, CustomBeanNameGeneratorConfiguration.class) .withPropertyValues("mybatis.beanNameGenerator:org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator") .run((context)...
We need to remove `-Denforcer.skip=true` at same from workflow.
Drop workflow for publishing 4.0.0-SNAPSHOT before merge to master. Target file: https://github.com/mybatis/spring-boot-starter/blob/4.0.x.dev/.github/workflows/sonatype-for-v4.yaml