File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Spring Boot 集成 MyBatis, 分页插件 PageHelper, 通用 Mapper
2
2
3
3
- [ 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 )
7
7
8
8
## 项目依赖
9
9
``` xml
17
17
<dependency >
18
18
<groupId >tk.mybatis</groupId >
19
19
<artifactId >mapper-spring-boot-starter</artifactId >
20
- <version >1.1.0 </version >
20
+ <version >1.1.1 </version >
21
21
</dependency >
22
22
<!-- pagehelper-->
23
23
<dependency >
24
24
<groupId >com.github.pagehelper</groupId >
25
25
<artifactId >pagehelper-spring-boot-starter</artifactId >
26
- <version >1.1.0 </version >
26
+ <version >1.1.1 </version >
27
27
</dependency >
28
28
```
29
29
## Spring DevTools 配置
Original file line number Diff line number Diff line change 84
84
<dependency >
85
85
<groupId >tk.mybatis</groupId >
86
86
<artifactId >mapper-spring-boot-starter</artifactId >
87
- <version >1.1.0 </version >
87
+ <version >1.1.1 </version >
88
88
</dependency >
89
89
<!-- pagehelper-->
90
90
<dependency >
91
91
<groupId >com.github.pagehelper</groupId >
92
92
<artifactId >pagehelper-spring-boot-starter</artifactId >
93
- <version >1.1.0 </version >
93
+ <version >1.1.1 </version >
94
94
</dependency >
95
95
96
96
<dependency >
You can’t perform that action at this time.
0 commit comments