mybatisplus日志更改
This commit is contained in:
parent
8eacfd52dc
commit
182f2913c6
|
@ -185,7 +185,7 @@ mybatis-plus:
|
|||
table-underline: true
|
||||
configuration:
|
||||
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
|
||||
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
# log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
||||
# 返回类型为Map,显示null对应的字段
|
||||
call-setters-on-nulls: true
|
||||
#jeecg专用配置
|
||||
|
@ -269,6 +269,7 @@ logging:
|
|||
level:
|
||||
org.flywaydb: debug
|
||||
org.jeecg.modules.system.mapper: info
|
||||
com.baomidou.mybatisplus: DEBUG
|
||||
#swagger
|
||||
knife4j:
|
||||
#开启增强配置
|
||||
|
|
Loading…
Reference in New Issue