🔨 规范化配置.

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

@@ -7,6 +7,8 @@ spring:
initial-size: 0
min-idle: 1
max-active: 5
stat-view-servlet:
enabled: false
redis:
host: 127.0.0.1
port: 6379
@@ -15,6 +17,19 @@ spring:
threads: 2
netty-threads: 2
minimum-idle-size: 2
boot:
admin:
client:
enabled: false
server:
enabled: false
management:
endpoints:
enabled-by-default: false
web:
exposure:
include: shutdown
mybatis-plus:
configuration: