🔨 规范化配置.

This commit is contained in:
lijiahang
2024-06-11 11:12:44 +08:00
parent 2bd7dfd5b8
commit ab1d4ed97f
6 changed files with 78 additions and 22 deletions

View File

@@ -10,10 +10,13 @@ spring:
min-idle: 5
# 最大连接池数量
max-active: 20
web-stat-filter:
enabled: true
# 控制台
stat-view-servlet:
enabled: true
login-username: ${DRUID_USERNAME:admin}
login-password: ${DRUID_PASSWORD:admin}
web-stat-filter:
enabled: true
filter:
stat:
enabled: true
@@ -31,6 +34,16 @@ spring:
quartz:
threadPool:
threadCount: 10
boot:
admin:
client:
enabled: true
server:
enabled: true
management:
endpoints:
enabled-by-default: true
springdoc:
api-docs:
@@ -40,6 +53,7 @@ springdoc:
knife4j:
enable: false
production: true
orion:
# 是否为演示模式