清理暂时无用的 nacos 配置文件
This commit is contained in:
@@ -14,7 +14,7 @@ spring:
|
||||
min-idle: 5
|
||||
max-active: 20
|
||||
max-wait: 60000
|
||||
|
||||
# MyBatis Plus 全局配置
|
||||
mybatis-plus:
|
||||
global-config:
|
||||
db-config:
|
||||
@@ -25,6 +25,7 @@ mybatis-plus:
|
||||
logic-not-delete-value: 0
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
cache-enabled: true
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
mapper-locations: classpath*:/mapper/**/*.xml
|
||||
tenant:
|
||||
|
||||
Reference in New Issue
Block a user