Browse Source

修改发送消息和接收消息的IP

wzh 2 years ago
parent
commit
57eb4468ba
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ruoyi-admin/src/main/resources/application-prod.yml

+ 2 - 2
ruoyi-admin/src/main/resources/application-prod.yml

@@ -216,6 +216,6 @@ kafka:
   topic: deviceMessage
 productKey: 52
 splitTable: true
-receiveService: http://127.0.0.1:8052
-
+receiveService: http://192.168.10.102:8052
+msgService: http://192.168.10.101:8051