Skip to content

Commit

Permalink
修改配置文件:增加Mybatis SQL控制台打印
Browse files Browse the repository at this point in the history
  • Loading branch information
BigTailMonkey committed May 29, 2019
1 parent f40a062 commit 1740abe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
logging:
level:
root: info
#mybatis打印SQL
com:
btm:
maturedemo2:
mapper: debug

#引入私有配置文件配置druid,未上传Git,使用时请替换
spring:
Expand Down

0 comments on commit 1740abe

Please sign in to comment.