MyBatis Spring Boot 2.0.0 发布

  

MyBatis Spring Boot 已发布

增强

  • Update supported Java version to Java 8+ #194

  • Upgrade to MyBatis 3.5 (Requires) #295

  • Upgrade to MyBatis Spring 2.0 (Requires) #206

  • Upgrade to Spring Boot 2.0+ (Requires) #163 #291

  • Enable auto-configure when DataSource is single candidate #208

  • Add the typeAliasesSuperType on MybatisProperties #232

  • Use Spring Boot autoconfigure-processor to optimize auto-configurations #252

  • Change a method for preventing package based mapper scan #258

这里是完整的变更列表:https://github.com/mybatis/spring-boot-starter/milestone/10?closed=1

请注意:这个版本包含了一些增强特性与1.3.x不兼容,具体变更查阅:https://github.com/mybatis/spring-boot-starter/issues?q=label%3A%22no+backward+compatibility%22+is%3Aclosed+milestone%3A2.0.0

猜你喜欢

转载自www.oschina.net/news/103823/mybatis-spring-boot-2-0-released