We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d1ec0 commit 2fcb8f1Copy full SHA for 2fcb8f1
README.md
@@ -1,9 +1,9 @@
1
# Spring Boot 集成 MyBatis, 分页插件 PageHelper, 通用 Mapper
2
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
+- [Spring Boot 1.4.3.RELEASE](https://github.com/spring-projects/spring-boot)
+- [mybatis-spring-boot-starter 1.1.1](https://github.com/mybatis/spring-boot-starter)
+- [mapper-spring-boot-starter 1.0.0](https://github.com/abel533/mapper-boot-starter)
+- [pagehelper-spring-boot-starter 1.0.0](https://github.com/pagehelper/pagehelper-spring-boot)
7
8
## 项目依赖
9
```xml
src/main/resources/application.yml
@@ -4,6 +4,7 @@ server:
logging:
level:
+ root: WARN
tk.mybatis: TRACE
10
spring:
0 commit comments