Skip to content

Commit d519323

Browse files
committed
更新starter版本到1.1.1
1 parent c116841 commit d519323

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Spring Boot 集成 MyBatis, 分页插件 PageHelper, 通用 Mapper
22

33
- [Spring Boot 1.5.1.RELEASE](https://github.com/spring-projects/spring-boot)
4-
- [mybatis-spring-boot-starter 1.1.1](https://github.com/mybatis/spring-boot-starter)
5-
- [mapper-spring-boot-starter 1.1.0](https://github.com/abel533/mapper-boot-starter)
6-
- [pagehelper-spring-boot-starter 1.1.0](https://github.com/pagehelper/pagehelper-spring-boot)
4+
- [mybatis-spring-boot-starter](https://github.com/mybatis/spring-boot-starter)
5+
- [mapper-spring-boot-starter](https://github.com/abel533/mapper-boot-starter)
6+
- [pagehelper-spring-boot-starter](https://github.com/pagehelper/pagehelper-spring-boot)
77

88
## 项目依赖
99
```xml
@@ -17,13 +17,13 @@
1717
<dependency>
1818
<groupId>tk.mybatis</groupId>
1919
<artifactId>mapper-spring-boot-starter</artifactId>
20-
<version>1.1.0</version>
20+
<version>1.1.1</version>
2121
</dependency>
2222
<!--pagehelper-->
2323
<dependency>
2424
<groupId>com.github.pagehelper</groupId>
2525
<artifactId>pagehelper-spring-boot-starter</artifactId>
26-
<version>1.1.0</version>
26+
<version>1.1.1</version>
2727
</dependency>
2828
```
2929
## Spring DevTools 配置

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
8484
<dependency>
8585
<groupId>tk.mybatis</groupId>
8686
<artifactId>mapper-spring-boot-starter</artifactId>
87-
<version>1.1.0</version>
87+
<version>1.1.1</version>
8888
</dependency>
8989
<!--pagehelper-->
9090
<dependency>
9191
<groupId>com.github.pagehelper</groupId>
9292
<artifactId>pagehelper-spring-boot-starter</artifactId>
93-
<version>1.1.0</version>
93+
<version>1.1.1</version>
9494
</dependency>
9595

9696
<dependency>

0 commit comments

Comments
 (0)