add
This commit is contained in:
@ -43,7 +43,7 @@ mybatis-plus:
|
||||
# NONE:不做处理 WARNING:打印相关警告 FAILING:抛出异常和详细信息
|
||||
autoMappingUnknownColumnBehavior: NONE
|
||||
# 控制台打印 SQL
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
|
||||
logging:
|
||||
level:
|
||||
|
@ -115,9 +115,6 @@ springdoc:
|
||||
- group: '监控管理'
|
||||
paths-to-match: '/**'
|
||||
packages-to-scan: com.qiaoba.module.monitor.controller
|
||||
- group: '代码生成'
|
||||
paths-to-match: '/**'
|
||||
packages-to-scan: com.qiaoba.module.generator.controller
|
||||
# knife4j的增强配置,不需要增强可以不配
|
||||
knife4j:
|
||||
enable: true
|
||||
|
Reference in New Issue
Block a user