File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
pagehelper-spring-boot-autoconfigure
pagehelper-spring-boot-samples
pagehelper-spring-boot-starter Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,14 @@ Add the following dependency to your pom.xml:
1414<dependency >
1515 <groupId >com.github.pagehelper</groupId >
1616 <artifactId >pagehelper-spring-boot-starter</artifactId >
17- <version >1.2.11 </version >
17+ <version >1.2.12 </version >
1818</dependency >
1919```
2020
21+ ## v1.2.12 - 2019-06-05
22+
23+ - 升级 PageHelper 到 5.1.10
24+
2125## v1.2.11 - 2019-05-29
2226
2327- 升级 PageHelper 到 5.1.9
Original file line number Diff line number Diff line change 2929 <parent >
3030 <groupId >com.github.pagehelper</groupId >
3131 <artifactId >pagehelper-spring-boot</artifactId >
32- <version >1.2.11 </version >
32+ <version >1.2.12 </version >
3333 </parent >
3434 <artifactId >pagehelper-spring-boot-autoconfigure</artifactId >
3535 <name >pagehelper-spring-boot-autoconfigure</name >
Original file line number Diff line number Diff line change 2929 <parent >
3030 <groupId >com.github.pagehelper</groupId >
3131 <artifactId >pagehelper-spring-boot</artifactId >
32- <version >1.2.11 </version >
32+ <version >1.2.12 </version >
3333 </parent >
3434 <artifactId >pagehelper-spring-boot-samples</artifactId >
3535 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 2929 <parent >
3030 <groupId >com.github.pagehelper</groupId >
3131 <artifactId >pagehelper-spring-boot</artifactId >
32- <version >1.2.11 </version >
32+ <version >1.2.12 </version >
3333 </parent >
3434 <artifactId >pagehelper-spring-boot-starter</artifactId >
3535 <name >pagehelper-spring-boot-starter</name >
Original file line number Diff line number Diff line change 2929
3030 <groupId >com.github.pagehelper</groupId >
3131 <artifactId >pagehelper-spring-boot</artifactId >
32- <version >1.2.11 </version >
32+ <version >1.2.12 </version >
3333 <packaging >pom</packaging >
3434
3535 <name >pagehelper-spring-boot</name >
You can’t perform that action at this time.
0 commit comments