From 5715a15d46dd2a78c59860817c5e25628de1ed8a 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, 11 Nov 2024 07:29:51 +0000 Subject: [PATCH] update springboot/fastbee-admin/src/main/resources/application.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 随遇而安 <164770707@qq.com> --- springboot/fastbee-admin/src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/springboot/fastbee-admin/src/main/resources/application.yml b/springboot/fastbee-admin/src/main/resources/application.yml index 95909cb1..b730500c 100644 --- a/springboot/fastbee-admin/src/main/resources/application.yml +++ b/springboot/fastbee-admin/src/main/resources/application.yml @@ -2,7 +2,7 @@ fastbee: name: fastbee # 名称 version: 3.8.5 # 版本 - copyrightYear: 2023 # 版权年份 + copyrightYear: 2024 # 版权年份 demoEnabled: true # 实例演示开关 # 文件路径,以uploadPath结尾 示例( Windows配置 D:/uploadPath,Linux配置 /uploadPath) profile: /uploadPath @@ -23,12 +23,12 @@ server: # 基于netty的服务器 broker: must-pass: false # 客户端连接是否需要密码 - enabled: true # mqttBroker类型选择, true: 基于netty的mqttBroker和webSocket false: emq的mqttBroker + enabled: true # 需要配置为true broker-node: node1 port: 1883 websocket-port: 8083 websocket-path: /mqtt - keep-alive: 70 # 默认的全部客户端心跳上传时间 + keep-alive: 30 # 默认的全部客户端心跳上传时间 # Spring配置 spring: