关闭日志输出

main
dongdingding 1 year ago
parent bbe045a8ec
commit 6e7fac8780

@ -38,8 +38,9 @@ server:
# 日志配置 # 日志配置
logging: logging:
level: level:
com.ruoyi: debug com.ruoyi: error
org.springframework: warn org.springframework: error
org.hibernate: error
# 用户配置 # 用户配置
user: user:
@ -113,7 +114,7 @@ mybatis-plus:
configuration: configuration:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true
cache-enabled: false cache-enabled: false
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# PageHelper分页插件 # PageHelper分页插件
pagehelper: pagehelper:

Loading…
Cancel
Save