作者 lijie

commit

... ... @@ -11,21 +11,6 @@ spring:
database: 5
# 读超时
timeout: 30000
# 连接超时
connect-timeout: 30000
lettuce:
pool:
# 连接池最大连接数(使用负值表示没有限制)
max-active: 8
# 连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait: -1
# 连接池中的最大空闲连接
max-idle: 8
# 连接池中的最小空闲连接
min-idle: 0
command-timeout: 30000
shutdown-timeout: 30000
socket-timeout: 30000
rabbitmq:
host: 10.7.3.82
port: 32212
... ...