Skip to content

Commit

Permalink
发布 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Sep 15, 2022
1 parent 5682d6d commit 418b8eb
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@ Add the following dependency to your pom.xml:
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</dependency>
```

## 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
Expand Down
2 changes: 1 addition & 1 deletion pagehelper-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</parent>
<artifactId>pagehelper-spring-boot-autoconfigure</artifactId>
<name>pagehelper-spring-boot-autoconfigure</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-samples</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</parent>
<artifactId>pagehelper-spring-boot-sample-annotation</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-samples</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</parent>
<artifactId>pagehelper-spring-boot-sample-xml</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pagehelper-spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</parent>
<artifactId>pagehelper-spring-boot-samples</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pagehelper-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</parent>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<name>pagehelper-spring-boot-starter</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
<packaging>pom</packaging>

<name>pagehelper-spring-boot</name>
Expand Down Expand Up @@ -71,7 +71,7 @@
<mybatis.version>3.5.10</mybatis.version>
<pagehelper.version>5.3.1</pagehelper.version>
<mybatis-spring-boot.version>2.2.2</mybatis-spring-boot.version>
<spring-boot.version>2.7.0</spring-boot.version>
<spring-boot.version>2.7.3</spring-boot.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 418b8eb

Please sign in to comment.