diff --git a/README.md b/README.md index 4d80377..c8b003a 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,17 @@ Add the following dependency to your pom.xml: com.github.pagehelper pagehelper-spring-boot-starter - 1.4.3 + 1.4.4 ``` +## v1.4.4 - 2022-09-16 + +- 修复配置文件中kebab-case风格的配置项失效的问题 pr#138, by ShoWen +- 兼容性支持,demo配置修改 +- 升级 springboot 到 2.7.3 +- + ## v1.4.3 - 2022-06-18 - 升级 PageHelper 到 5.3.1 diff --git a/pagehelper-spring-boot-autoconfigure/pom.xml b/pagehelper-spring-boot-autoconfigure/pom.xml index 13472ca..1b539d7 100644 --- a/pagehelper-spring-boot-autoconfigure/pom.xml +++ b/pagehelper-spring-boot-autoconfigure/pom.xml @@ -29,7 +29,7 @@ com.github.pagehelper pagehelper-spring-boot - 1.4.3 + 1.4.4 pagehelper-spring-boot-autoconfigure pagehelper-spring-boot-autoconfigure diff --git a/pagehelper-spring-boot-samples/pagehelper-spring-boot-sample-annotation/pom.xml b/pagehelper-spring-boot-samples/pagehelper-spring-boot-sample-annotation/pom.xml index e52ee4b..5d6c25a 100644 --- a/pagehelper-spring-boot-samples/pagehelper-spring-boot-sample-annotation/pom.xml +++ b/pagehelper-spring-boot-samples/pagehelper-spring-boot-sample-annotation/pom.xml @@ -28,7 +28,7 @@ com.github.pagehelper pagehelper-spring-boot-samples - 1.4.3 + 1.4.4 pagehelper-spring-boot-sample-annotation jar diff --git a/pagehelper-spring-boot-samples/pagehelper-spring-boot-sample-xml/pom.xml b/pagehelper-spring-boot-samples/pagehelper-spring-boot-sample-xml/pom.xml index be1dc26..14e8626 100644 --- a/pagehelper-spring-boot-samples/pagehelper-spring-boot-sample-xml/pom.xml +++ b/pagehelper-spring-boot-samples/pagehelper-spring-boot-sample-xml/pom.xml @@ -28,7 +28,7 @@ com.github.pagehelper pagehelper-spring-boot-samples - 1.4.3 + 1.4.4 pagehelper-spring-boot-sample-xml jar diff --git a/pagehelper-spring-boot-samples/pom.xml b/pagehelper-spring-boot-samples/pom.xml index f0b1413..d2145ea 100644 --- a/pagehelper-spring-boot-samples/pom.xml +++ b/pagehelper-spring-boot-samples/pom.xml @@ -29,7 +29,7 @@ com.github.pagehelper pagehelper-spring-boot - 1.4.3 + 1.4.4 pagehelper-spring-boot-samples pom diff --git a/pagehelper-spring-boot-starter/pom.xml b/pagehelper-spring-boot-starter/pom.xml index a8a31fb..033aa6f 100644 --- a/pagehelper-spring-boot-starter/pom.xml +++ b/pagehelper-spring-boot-starter/pom.xml @@ -29,7 +29,7 @@ com.github.pagehelper pagehelper-spring-boot - 1.4.3 + 1.4.4 pagehelper-spring-boot-starter pagehelper-spring-boot-starter diff --git a/pom.xml b/pom.xml index 8b99bce..b570080 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ com.github.pagehelper pagehelper-spring-boot - 1.4.3 + 1.4.4 pom pagehelper-spring-boot @@ -71,7 +71,7 @@ 3.5.10 5.3.1 2.2.2 - 2.7.0 + 2.7.3