谭斌 2 anos atrás
pai
commit
f250239c86

+ 2 - 2
sys-start/src/main/resources/bootstrap-uat.yml

@@ -1,8 +1,8 @@
 spring:
   mqtt:
     topics:
-      - { topic: "sys-log", handler: com.xy.consumer.LogConsumer }
-      - { topic: "msg-handler", handler: com.xy.consumer.MsgConsumer }
+      #      - { topic: "sys-log", handler: com.xy.consumer.LogConsumer }
+      - { topic: "msgNotify", handler: com.xy.consumer.MsgConsumer }
 
 #微服务相关配置
 cloud:

+ 2 - 2
sys-start/src/main/resources/bootstrap.yml

@@ -3,8 +3,8 @@ spring:
     include: cloud
   mqtt:
     topics:
-      - { topic: "dev-sys-log", handler: com.xy.consumer.LogConsumer }
-      - { topic: "dev-msg-handler", handler: com.xy.consumer.MsgConsumer }
+      #      - { topic: "dev-sys-log", handler: com.xy.consumer.LogConsumer }
+      - { topic: "msgNotify", handler: com.xy.consumer.MsgConsumer }
 server:
   port: 9053