Skip to content

Commit 895ed92

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
</dependency>
2828
```
2929

30+
当使用低版本的 Spring Boot 时(例如 1.3 或更低版本),你还可以尝试 mapper 和 pagehelper starter 的 0.1.0 版本(兼容高版本 Spring Boot)。
31+
3032
## application.yml 配置
3133

3234
完整配置可以参考 [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

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

55
logging:
66
level:
7-
root: WARN
87
tk.mybatis: TRACE
98

109
spring:

0 commit comments

Comments
 (0)