Skip to content

1.4.4 发布

Compare
Choose a tag to compare
@abel533 abel533 released this 15 Sep 16:28
· 13 commits to master since this release
<dependency>
  <groupId>com.github.pagehelper</groupId>
  <artifactId>pagehelper-spring-boot-starter</artifactId>
  <version>1.4.4</version>
</dependency>

v1.4.4 - 2022-09-16

  • 修复配置文件中kebab-case风格的配置项失效的问题 pr#138, by ShoWen
  • 兼容性支持,demo配置修改
  • 升级 springboot 到 2.7.3