From 77847fe500de2519cba82d1a5ef03d055739f0d7 Mon Sep 17 00:00:00 2001
From: chenzx <m15572880737@163.com>
Date: 星期二, 20 二月 2024 11:58:45 +0800
Subject: [PATCH] 滤芯故障接口20240220CZX

---
 wumei-smart-master/springboot/wumei-admin/src/main/resources/application.yml |   26 +++++++++++++++++++++++---
 1 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/wumei-smart-master/springboot/wumei-admin/src/main/resources/application.yml b/wumei-smart-master/springboot/wumei-admin/src/main/resources/application.yml
index 7344fde..a4f4715 100644
--- a/wumei-smart-master/springboot/wumei-admin/src/main/resources/application.yml
+++ b/wumei-smart-master/springboot/wumei-admin/src/main/resources/application.yml
@@ -86,9 +86,9 @@
 
   # mqtt 閰嶇疆
   mqtt:
-    username: wumei-smart # 璐﹀彿
-    password: wumei-smart # 瀵嗙爜
-    host-url: tcp://39.105.187.20:1883 # mqtt杩炴帴tcp鍦板潃
+    username: admin # 璐﹀彿
+    password: public # 瀵嗙爜
+    host-url: tcp://localhost:1883 # mqtt杩炴帴tcp鍦板潃
     client-id: ${random.int} # 瀹㈡埛绔疘d锛屼笉鑳界浉鍚岋紝閲囩敤闅忔満鏁� ${random.value}
     default-topic: test # 榛樿涓婚
     timeout: 30 # 瓒呮椂鏃堕棿
@@ -101,6 +101,26 @@
         max-size: 30 # 鏈�澶ц繛鎺ユ暟
         queue-capacity: 3000 # 鏈�澶у閲�
 
+
+
+
+        # mqtt 閰嶇疆
+#      mqtt:
+#          username: wumei-smart # 璐﹀彿
+#          password: wumei-smart # 瀵嗙爜
+#          host-url: tcp://39.105.187.20:1883 # mqtt杩炴帴tcp鍦板潃
+#          client-id: ${random.int} # 瀹㈡埛绔疘d锛屼笉鑳界浉鍚岋紝閲囩敤闅忔満鏁� ${random.value}
+#          default-topic: test # 榛樿涓婚
+#          timeout: 30 # 瓒呮椂鏃堕棿
+#          keepalive: 30 # 淇濇寔杩炴帴
+#          clearSession: true # 娓呴櫎浼氳瘽(璁剧疆涓篺alse,鏂紑杩炴帴锛岄噸杩炲悗浣跨敤鍘熸潵鐨勪細璇� 淇濈暀璁㈤槄鐨勪富棰橈紝鑳芥帴鏀剁绾挎湡闂寸殑娑堟伅)
+#        task:
+#          execution:
+#            pool:
+#              core-size: 10 # 鏈�灏忚繛鎺ユ暟
+#              max-size: 30 # 鏈�澶ц繛鎺ユ暟
+#              queue-capacity: 3000 # 鏈�澶у閲�
+
 # token閰嶇疆
 token:
   # 浠ょ墝鑷畾涔夋爣璇�

--
Gitblit v1.8.0