10 mesi fa
parent
commit
da3d244cf3

+ 1 - 1
08.src/Xingxi/xingxi-mq-server/src/main/resources/config/application-local.yml

@@ -20,7 +20,7 @@ spring:
     port: 5672
     username: developer01
     password: 123456
-    virtual-host: dev
+    virtual-host: xingxi-dev
     publisher-confirm-type: correlated
   datasource:
     type: com.alibaba.druid.pool.DruidDataSource

+ 1 - 1
08.src/Xingxi/xingxi-mq-server/src/main/resources/config/application-test.yml

@@ -20,7 +20,7 @@ spring:
     port: 5672
     username: tester01
     password: 123456
-    virtual-host: test
+    virtual-host: xingxi-test
     publisher-confirm-type: correlated
   datasource:
     type: com.alibaba.druid.pool.DruidDataSource