mybatis-spring-boot-1.2.1
版本发布时间: 2017-06-13 10:01:39
mybatis/spring-boot-starter最新发布版本:mybatis-spring-boot-3.0.4(2024-11-27 23:48:39)
Here is the complete list of changes.
New Features
- Add
ConfigurationCustomizer
. #132 - Add
@MybatisTest
. #143
Enhancements
- Upgrade to Spring Boot 1.4.5.RELEASE. #142
- Upgrade to MyBatis 3.4.4. #154
Bug Fixes
- Prevent duplicated metadata for
@ConfigurationProperties
. #127