Browse Source

fix: mq config modify

bianzhenhua123 4 weeks ago
parent
commit
30047ab6a7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      poyi-app/src/main/resources/application.yml

+ 2 - 2
poyi-app/src/main/resources/application.yml

@@ -117,8 +117,8 @@ spring:
   rabbitmq:
   rabbitmq:
     host: 192.168.50.10
     host: 192.168.50.10
     port: 5672
     port: 5672
-    username: ahx
-    password: ahx
+    username: poyee-app
+    password: Pass2010
     #确认消息已发送到交换机(Exchange)
     #确认消息已发送到交换机(Exchange)
     publisher-confirms: true
     publisher-confirms: true
     #确认消息已发送到队列(Queue)
     #确认消息已发送到队列(Queue)