File tree Expand file tree Collapse file tree 5 files changed +16
-9
lines changed
pagehelper-spring-boot-autoconfigure
pagehelper-spring-boot-samples
pagehelper-spring-boot-starter Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,17 @@ 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.10 </version >
17+ <version >1.2.11 </version >
1818</dependency >
1919```
2020
21+ ## v1.2.11 - 2019-05-29
22+
23+ - 升级 PageHelper 到 5.1.9
24+ - 升级 MyBatis 到 3.5.1
25+ - 升级 MyBatis Starter 到 2.0.1
26+ - 升级 springboot 到 2.1.5.RELEASE
27+
2128## v1.2.10 - 2018-11-11
2229
2330- 升级 PageHelper 到 5.1.8
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.10 </version >
32+ <version >1.2.11 </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.10 </version >
32+ <version >1.2.11 </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.10 </version >
32+ <version >1.2.11 </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.10 </version >
32+ <version >1.2.11 </version >
3333 <packaging >pom</packaging >
3434
3535 <name >pagehelper-spring-boot</name >
6363 </modules >
6464
6565 <properties >
66- <mybatis .version>3.4.6 </mybatis .version>
67- <pagehelper .version>5.1.8 </pagehelper .version>
68- <mybatis-spring-boot .version>1.3.2 </mybatis-spring-boot .version>
69- <spring-boot .version>2.0.1 .RELEASE</spring-boot .version>
66+ <mybatis .version>3.5.1 </mybatis .version>
67+ <pagehelper .version>5.1.9 </pagehelper .version>
68+ <mybatis-spring-boot .version>2.0.1 </mybatis-spring-boot .version>
69+ <spring-boot .version>2.1.5 .RELEASE</spring-boot .version>
7070 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7171 </properties >
7272
You can’t perform that action at this time.
0 commit comments