From ad1a7a0c4c4346f06e70208d0d30c0c98b615926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9A=8F=E9=81=87=E8=80=8C=E5=AE=89?= <164770707@qq.com> Date: Wed, 23 Mar 2022 05:42:45 +0000 Subject: [PATCH] update springboot/wumei-admin/src/main/resources/application.yml. --- .../src/main/resources/application.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/springboot/wumei-admin/src/main/resources/application.yml b/springboot/wumei-admin/src/main/resources/application.yml index 7275f55d..48e28739 100644 --- a/springboot/wumei-admin/src/main/resources/application.yml +++ b/springboot/wumei-admin/src/main/resources/application.yml @@ -80,19 +80,19 @@ spring: max-wait: -1ms # mqtt 配置 mqtt: - username: wumei-smart # 账号 - password: wumei-smart # 密码 - host-url: tcp://localhost:1883 # mqtt连接tcp地址 - client-id: ${random.value} # 客户端Id,不能相同,采用随机数 ${random.value} - default-topic: test # 默认主题 - timeout: 60000 # 超时时间 - keepalive: 30 # 保持连接 + username: wumei-smart # 账号 + password: wumei-smart # 密码 + host-url: tcp://localhost:1883 # mqtt连接tcp地址 + client-id: ${random.value} # 客户端Id,不能相同,采用随机数 ${random.value} + default-topic: test # 默认主题 + timeout: 30000 # 超时时间 + keepalive: 30 # 保持连接 task: execution: pool: - core-size: 10 #最小连接数 - max-size: 30 #最大连接数 - queue-capacity: 3000 #最大容量 + core-size: 10 # 最小连接数 + max-size: 30 # 最大连接数 + queue-capacity: 3000 # 最大容量 # token配置 token: