配置文件优化

v1.4.1
Parker 4 years ago
parent 73937605b1
commit 7d3d71c5eb

@ -54,6 +54,12 @@ redisson:
password: 123456
database: 0
#mybatis-plus 插件
mybatis-plus:
configuration:
# 打印SQL 开发测试使用 生产关闭 ***
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# knife4j 文档 配置
knife4j:
basic:

@ -151,8 +151,6 @@ mybatis-plus:
map-underscore-to-camel-case: true
cache-enabled: false
call-setters-on-nulls: true
# 打印SQL 开发测试使用 生产关闭 ***
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl

Loading…
Cancel
Save