Skip to content

mybatis-spring-boot-2.0.0

Compare
Choose a tag to compare
@kazuki43zoo kazuki43zoo released this 21 Jan 16:08
· 1282 commits to master since this release

Here is the complete list of changes.

Enhancements

  • 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

Note:

In this release, we include changes that are not backwards compatible with 1.3.x for enhance features.