mybatis-spring-boot-1.2.1
版本发布时间: 2017-06-13 10:01:39
mybatis/spring-boot-starter最新发布版本:mybatis-spring-boot-2.3.2(2023-11-25 22:43:08)
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