feat():补充mq接收报错配置
This commit is contained in:
@@ -74,7 +74,7 @@ spring:
|
|||||||
# 数据库索引
|
# 数据库索引
|
||||||
database: 0
|
database: 0
|
||||||
# 密码 abcd1234 fe2b3cef78b74d3692909bdcbdf46331
|
# 密码 abcd1234 fe2b3cef78b74d3692909bdcbdf46331
|
||||||
password: fe2b3cef78b74d3692909bdcbdf46331
|
password:
|
||||||
#password:
|
#password:
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
@@ -93,8 +93,14 @@ spring:
|
|||||||
username: admin
|
username: admin
|
||||||
password: admin
|
password: admin
|
||||||
virtual-host: /
|
virtual-host: /
|
||||||
host: localhost
|
host: 127.0.0.1
|
||||||
port: 5672
|
port: 5672
|
||||||
|
listener:
|
||||||
|
simple:
|
||||||
|
retry:
|
||||||
|
enabled: true
|
||||||
|
max-attempts: 1
|
||||||
|
max-interval: 200
|
||||||
|
|
||||||
# token配置
|
# token配置
|
||||||
token:
|
token:
|
||||||
|
|||||||
Reference in New Issue
Block a user