mybatis-spring-boot-2.1.3
版本发布时间: 2020-06-06 01:48:14
mybatis/spring-boot-starter最新发布版本:mybatis-spring-boot-2.3.2(2023-11-25 22:43:08)
Here is the complete list of changes.
Bug Fixes
In this version does not exists bug fixes on this artifact. However this version includes following bug fixes by updating dependency artifact.
-
MapperScannerConfigurer
cause early initialize bean (mybatis/spring#452) - SQL template file not found in case the application is embedded in spring boot jar file (mybatis/thymeleaf-scripting#55, mybatis/freemarker-scripting#79)
Enhancements
- Switch baseline to Spring Boot 2.3 #427
Dependencies Updates
- Upgrade to MyBatis 3.5.5 #445
- Upgrade to Mybatis Spring 2.0.5 (includes bug fix) #446
- Upgrade to MyBatis Thymeleaf 1.0.2 (includes bug fix) #450
- Upgrade to MyBatis Freemarker 1.2.2 (includes bug fix) #451
- Upgrade to Spring Boot 2.1.14 on Travis CI #426
- Upgrade to Kotlin 1.3.72 (using on sample) #438
- Upgrade to Groovy 3.0.4 (using on sample) #448
Miscellaneous
- Add sample(test) using
TemplateFilePathProvider
#452 - Add tests for Fat Jar(samples) on Travis CI #453