开发环境打印sql
This commit is contained in:
@@ -64,10 +64,11 @@ pagehelper:
|
||||
params: count=countSql
|
||||
logging:
|
||||
level:
|
||||
org.springframework.web.filter.CommonsRequestLoggingFilter: debug
|
||||
com.chaozhanggui.system.cashierservice.mapper: debug
|
||||
com.chaozhanggui.system.cashierservice.dao: debug
|
||||
# web日志
|
||||
org.springframework.web: debug
|
||||
# mybatis日志
|
||||
org.apache.ibatis: debug
|
||||
# org.springframework.web: debug
|
||||
charset:
|
||||
# 输出控制台编码
|
||||
console: UTF-8
|
||||
@@ -101,3 +102,10 @@ aliyun:
|
||||
thirdPay:
|
||||
payType: fushangtong
|
||||
url: https://paymentapi.sxczgkj.cn
|
||||
|
||||
|
||||
mybatis-plus:
|
||||
global-config:
|
||||
db-config:
|
||||
id-type: auto
|
||||
mapper-locations: classpath:mapper/*.xml
|
||||
|
||||
Reference in New Issue
Block a user