修改sql日志打印
This commit is contained in:
parent
f8ea5f568a
commit
501970a89b
|
|
@ -10,11 +10,11 @@ server:
|
|||
logging:
|
||||
level:
|
||||
root: info
|
||||
org:
|
||||
springframework:
|
||||
web:
|
||||
filter:
|
||||
CommonsRequestLoggingFilter: debug
|
||||
org.springframework.web.filter.CommonsRequestLoggingFilter: debug
|
||||
com.chaozhanggui.system.cashierservice.dao: debug
|
||||
com.chaozhanggui.system.cashierservice.mapper: debug
|
||||
com.chaozhanggui.system.cashierservice.mybatis: debug
|
||||
|
||||
charset:
|
||||
# 输出控制台编码
|
||||
console: UTF-8
|
||||
|
|
@ -73,8 +73,6 @@ ali:
|
|||
|
||||
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
global-config:
|
||||
db-config:
|
||||
id-type: auto
|
||||
|
|
|
|||
Loading…
Reference in New Issue