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