File tree 4 files changed +9
-2
lines changed
4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 更新日志 CHANGELOG
2
2
3
- ## [ V1.3.0-RELEASE] 2019.10.05
3
+ ## [ V1.3.0-RELEASE] 2019.10.06
4
4
5
5
### ⭐️ New Features
6
6
Original file line number Diff line number Diff line change 79
79
<includes >
80
80
<include >NOTICE</include >
81
81
<include >LICENSE</include >
82
- <include >*.md</include >
83
82
</includes >
84
83
</fileSet >
85
84
</fileSets >
Original file line number Diff line number Diff line change @@ -27,3 +27,7 @@ spring:
27
27
# logback.xml中有详细的日志配置
28
28
logging :
29
29
file : logs/spring-boot-plus-log.log
30
+
31
+ # 打印SQL语句和查询结果
32
+ mybatis-plus :
33
+ log-impl : org.apache.ibatis.logging.stdout.StdOutImpl
Original file line number Diff line number Diff line change @@ -43,3 +43,7 @@ logging:
43
43
config : classpath:config/logback.xml
44
44
# 方便Spring Boot Admin页面上实时查看日志
45
45
file : logs/spring-boot-plus.log
46
+
47
+ # 打印SQL语句和查询结果
48
+ mybatis-plus :
49
+ log-impl : org.apache.ibatis.logging.stdout.StdOutImpl
You can’t perform that action at this time.
0 commit comments