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