From 600c3a4f0eb07d9fe867ffec89e15180a01724a9 Mon Sep 17 00:00:00 2001 From: guanshubiao Date: Wed, 23 Mar 2022 12:53:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E7=A8=8B=E6=B1=A0=E7=9A=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wumei-admin/src/main/resources/application.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/springboot/wumei-admin/src/main/resources/application.yml b/springboot/wumei-admin/src/main/resources/application.yml index db8dd028..3df5f72d 100644 --- a/springboot/wumei-admin/src/main/resources/application.yml +++ b/springboot/wumei-admin/src/main/resources/application.yml @@ -82,11 +82,18 @@ spring: mqtt: username: wumei-smart # 账号 password: wumei-smart # 密码 - host-url: tcp://localhost:1883 # mqtt连接tcp地址 + host-url: tcp://120.25.241.144:1883 # mqtt连接tcp地址 client-id: ${random.value} # 客户端Id,不能相同,采用随机数 ${random.value} default-topic: test # 默认主题 timeout: 60000 # 超时时间 keepalive: 30 # 保持连接 + task: + execution: + pool: + core-size: 10 #最小连接数 + max-size: 30 #最大连接数 + queue-capacity: 3000 #最大容量 + # token配置 token: