🔨 Refactor: [后台]:修改配置文件,打印sql语句

This commit is contained in:
fanxb 2019-07-18 17:07:07 +08:00
parent 5009007966
commit 0de0a4f974

View File

@ -56,7 +56,7 @@ spring:
mybatis:
configuration:
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# classpath后面加*,值里面的*才起作用
mapper-locations: classpath*:mapper/*.xml
debug: false