Skip to content

v1.3.0 - 2020-07-26

Compare
Choose a tag to compare
@abel533 abel533 released this 27 Jul 13:46
· 24 commits to master since this release
  • 升级 PageHelper 到 5.2.0,包含大量改动,详细内容参考:PageHelper 更新日志
  • 升级 MyBatis 到 3.5.5
  • 升级 MyBatis Starter 到 2.1.3
  • 升级 springboot 到 2.3.1.RELEASE
  • PageHelperAutoConfiguration 增加 @Lazy(false) 注解,当配置延迟加载时,避免分页插件出错
  • 添加分页插件时判断是否已经配置过同一个实例(不同的配置是不同的实例)