feat(config): 合并
This commit is contained in:
@@ -74,19 +74,19 @@ spring:
|
||||
port: 6379
|
||||
# 数据库索引
|
||||
database: 0
|
||||
# 密码 abcd1234 fe2b3cef78b74d3692909bdcbdf46331 KeLunPu123!
|
||||
# password: KeLunPu123!
|
||||
# 密码 abcd1234 fe2b3cef78b74d3692909bdcbdf46331 KeLunPu123!
|
||||
password:
|
||||
#password:
|
||||
# 连接超时时间
|
||||
timeout: 20s
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
pool:
|
||||
# 连接池中的最小空闲连接
|
||||
min-idle: 2
|
||||
min-idle: 0
|
||||
# 连接池中的最大空闲连接
|
||||
max-idle: 10
|
||||
max-idle: 8
|
||||
# 连接池的最大数据库连接数
|
||||
max-active: 20
|
||||
max-active: 8
|
||||
# #连接池最大阻塞等待时间(使用负值表示没有限制)
|
||||
max-wait: -1ms
|
||||
|
||||
@@ -140,10 +140,10 @@ xss:
|
||||
# 匹配链接
|
||||
urlPatterns: /system/*,/monitor/*,/tool/*
|
||||
|
||||
#rocketmq:
|
||||
#name-server: 127.0.0.1:9876
|
||||
#producer:
|
||||
#group: test
|
||||
#rocketmq:
|
||||
#name-server: 127.0.0.1:9876
|
||||
#producer:
|
||||
#group: test
|
||||
|
||||
springdoc:
|
||||
api-docs:
|
||||
@@ -173,7 +173,7 @@ kangaroohy:
|
||||
primary: default
|
||||
config:
|
||||
default:
|
||||
endpoint: opc.tcp://127.0.0.1:49320
|
||||
endpoint: opc.tcp://192.168.0.196:49320
|
||||
security-policy: none
|
||||
pool:
|
||||
max-idle: 5
|
||||
|
||||
Reference in New Issue
Block a user