Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张云鹏
/
uc-consumer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
8e2c13c0
...
8e2c13c0f2583dd8339ec5a949176bebd6d8d4d8
authored
2022-04-18 13:15:12 +0800
by
xianghan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1.update
1 parent
b8817df0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
25 deletions
src/main/resources/config/application-dev.yml
src/main/resources/config/application-dev.yml
View file @
8e2c13c
...
...
@@ -68,22 +68,21 @@ spring:
mutil-mq
:
# 服务侧
service
:
#
# ip
# host: 139.196.192.242
#
# 端口
#
port: 5672
#
# 用户名
# username: member_center
#
# 密码
# password: Tjlh@2021
#
# 虚拟空间
# virtual-host: /
member_center
host
:
122.112.214.149
# rabbitmq的连接地址
port
:
5672
# rabbitmq的连接端口号
# ip
host
:
122.112.214.149
# 端口
port
:
5672
# 用户名
username
:
guest
# 密码
password
:
guest
# 虚拟空间
virtual-host
:
member_center
# host: 139.196.145.150
# rabbitmq的连接地址
#
port: 5672 # rabbitmq的连接端口号
# virtual-host: member_center # rabbitmq的虚拟hosthhh
virtual-host
:
member_center
# rabbitmq的虚拟hosthhh
username
:
guest
# rabbitmq的用户名
password
:
guest
# rabbitmq的密码
# username: admin # rabbitmq的用户名
# password: Topdraw1qaz # rabbitmq的密码
publisher-confirms
:
true
#如果对异步消息需要回调必须设置为true
# 管理侧
...
...
@@ -98,16 +97,6 @@ mutil-mq:
# password: Topdraw1qaz
# # 虚拟空间
# virtual-host: member_center
# ip
# host: 139.196.145.150
# # 端口
# port: 5672
# # 用户名
# username: admin
# # 密码
# password: Topdraw1qaz
# # 虚拟空间
# virtual-host: member_center
host
:
122.112.214.149
# rabbitmq的连接地址
port
:
5672
# rabbitmq的连接端口号
virtual-host
:
member_center
# rabbitmq的虚拟hosthhh
...
...
Please
register
or
sign in
to post a comment