|
...
|
...
|
@@ -10,12 +10,22 @@ spring: |
|
|
|
password: ZtbViC4jpH0gP6Ky
|
|
|
|
database: 5
|
|
|
|
# 读超时
|
|
|
|
timeout: 60000
|
|
|
|
timeout: 30000
|
|
|
|
# 连接超时
|
|
|
|
connect-timeout: 60000
|
|
|
|
connect-timeout: 30000
|
|
|
|
lettuce:
|
|
|
|
shutdown-timeout: 60000
|
|
|
|
socket-timeout: 60000
|
|
|
|
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
|
...
|
...
|
|