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 2fcb8f1 commit 895ed92Copy full SHA for 895ed92
README.md
@@ -27,6 +27,8 @@
27
</dependency>
28
```
29
30
+当使用低版本的 Spring Boot 时(例如 1.3 或更低版本),你还可以尝试 mapper 和 pagehelper starter 的 0.1.0 版本(兼容高版本 Spring Boot)。
31
+
32
## application.yml 配置
33
34
完整配置可以参考 [src/main/resources/application.yml](https://github.com/abel533/MyBatis-Spring-Boot/blob/master/src/main/resources/application.yml) ,和 MyBatis 相关的部分配置如下:
src/main/resources/application.yml
@@ -4,7 +4,6 @@ server:
4
5
logging:
6
level:
7
- root: WARN
8
tk.mybatis: TRACE
9
10
spring:
0 commit comments