Skip to content

Commit 2fcb8f1

Browse files
committed
Update README.md
1 parent a5d1ec0 commit 2fcb8f1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

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

3-
- Spring Boot 1.4.3.RELEASE
4-
- mybatis-spring-boot-starter 1.1.1
5-
- mapper-spring-boot-starter 1.0.0
6-
- pagehelper-spring-boot-starter 1.0.0
3+
- [Spring Boot 1.4.3.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.0.0](https://github.com/abel533/mapper-boot-starter)
6+
- [pagehelper-spring-boot-starter 1.0.0](https://github.com/pagehelper/pagehelper-spring-boot)
77

88
## 项目依赖
99
```xml

src/main/resources/application.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ server:
44

55
logging:
66
level:
7+
root: WARN
78
tk.mybatis: TRACE
89

910
spring:

0 commit comments

Comments
 (0)