1.update
Showing
1 changed file
with
14 additions
and
25 deletions
| ... | @@ -68,22 +68,21 @@ spring: | ... | @@ -68,22 +68,21 @@ spring: |
| 68 | mutil-mq: | 68 | mutil-mq: |
| 69 | # 服务侧 | 69 | # 服务侧 |
| 70 | service: | 70 | service: |
| 71 | # # ip | 71 | # ip |
| 72 | # host: 139.196.192.242 | 72 | host: 122.112.214.149 |
| 73 | # # 端口 | 73 | # 端口 |
| 74 | # port: 5672 | 74 | port: 5672 |
| 75 | # # 用户名 | 75 | # 用户名 |
| 76 | # username: member_center | 76 | username: guest |
| 77 | # # 密码 | 77 | # 密码 |
| 78 | # password: Tjlh@2021 | 78 | password: guest |
| 79 | # # 虚拟空间 | 79 | # 虚拟空间 |
| 80 | # virtual-host: /member_center | 80 | virtual-host: member_center |
| 81 | host: 122.112.214.149 # rabbitmq的连接地址 | 81 | # host: 139.196.145.150 # rabbitmq的连接地址 |
| 82 | port: 5672 # rabbitmq的连接端口号 | 82 | # port: 5672 # rabbitmq的连接端口号 |
| 83 | # virtual-host: member_center # rabbitmq的虚拟hosthhh | 83 | # virtual-host: member_center # rabbitmq的虚拟hosthhh |
| 84 | virtual-host: member_center # rabbitmq的虚拟hosthhh | 84 | # username: admin # rabbitmq的用户名 |
| 85 | username: guest # rabbitmq的用户名 | 85 | # password: Topdraw1qaz # rabbitmq的密码 |
| 86 | password: guest # rabbitmq的密码 | ||
| 87 | publisher-confirms: true #如果对异步消息需要回调必须设置为true | 86 | publisher-confirms: true #如果对异步消息需要回调必须设置为true |
| 88 | 87 | ||
| 89 | # 管理侧 | 88 | # 管理侧 |
| ... | @@ -98,16 +97,6 @@ mutil-mq: | ... | @@ -98,16 +97,6 @@ mutil-mq: |
| 98 | # password: Topdraw1qaz | 97 | # password: Topdraw1qaz |
| 99 | # # 虚拟空间 | 98 | # # 虚拟空间 |
| 100 | # virtual-host: member_center | 99 | # virtual-host: member_center |
| 101 | # ip | ||
| 102 | # host: 139.196.145.150 | ||
| 103 | # # 端口 | ||
| 104 | # port: 5672 | ||
| 105 | # # 用户名 | ||
| 106 | # username: admin | ||
| 107 | # # 密码 | ||
| 108 | # password: Topdraw1qaz | ||
| 109 | # # 虚拟空间 | ||
| 110 | # virtual-host: member_center | ||
| 111 | host: 122.112.214.149 # rabbitmq的连接地址 | 100 | host: 122.112.214.149 # rabbitmq的连接地址 |
| 112 | port: 5672 # rabbitmq的连接端口号 | 101 | port: 5672 # rabbitmq的连接端口号 |
| 113 | virtual-host: member_center # rabbitmq的虚拟hosthhh | 102 | virtual-host: member_center # rabbitmq的虚拟hosthhh | ... | ... |
-
Please register or sign in to post a comment