feat():RabbitMQ配置及轧辊上线发送
This commit is contained in:
@@ -74,7 +74,7 @@ spring:
|
||||
# 数据库索引
|
||||
database: 0
|
||||
# 密码 abcd1234 fe2b3cef78b74d3692909bdcbdf46331
|
||||
password: fe2b3cef78b74d3692909bdcbdf46331
|
||||
password:
|
||||
#password:
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
@@ -89,6 +89,13 @@ spring:
|
||||
# #连接池最大阻塞等待时间(使用负值表示没有限制)
|
||||
max-wait: -1ms
|
||||
|
||||
rabbitmq:
|
||||
username: admin
|
||||
password: admin
|
||||
virtual-host: /
|
||||
host: localhost
|
||||
port: 5672
|
||||
|
||||
# token配置
|
||||
token:
|
||||
# 令牌自定义标识
|
||||
@@ -129,10 +136,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
|
||||
|
||||
# Knife4j配置
|
||||
knife4j:
|
||||
|
||||
Reference in New Issue
Block a user