From 645fca011902b1d36b5d4c7ed4609487cebea91b 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: Mon, 31 Mar 2025 09:37:45 +0000 Subject: [PATCH] update springboot/fastbee-admin/src/main/resources/application-dev.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 随遇而安 <164770707@qq.com> --- .../src/main/resources/application-dev.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/springboot/fastbee-admin/src/main/resources/application-dev.yml b/springboot/fastbee-admin/src/main/resources/application-dev.yml index 633be5c0..48ae7628 100644 --- a/springboot/fastbee-admin/src/main/resources/application-dev.yml +++ b/springboot/fastbee-admin/src/main/resources/application-dev.yml @@ -59,16 +59,6 @@ spring: max-idle: 8 # 连接池中的最大空闲连接 max-active: 8 # 连接池的最大数据库连接数 max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制) - # mqtt 配置 - mqtt: - username: fastbee # 账号 - password: fastbee # 密码 - host-url: tcp://localhost:1883 # mqtt连接tcp地址 - client-id: ${random.int} # 客户端Id,不能相同,采用随机数 ${random.value} - default-topic: test # 默认主题 - timeout: 30 # 超时时间 - keepalive: 30 # 保持连接 - clearSession: true # 清除会话(设置为false,断开连接,重连后使用原来的会话 保留订阅的主题,能接收离线期间的消息) # sip 配置 sip: