mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-04-25 01:18:37 +00:00
【功能完善】IoT: 集成 Vert.x 支持,重构 HTTP 插件为 Vert.x 插件
This commit is contained in:
@@ -212,4 +212,9 @@ iot:
|
||||
# 保持连接
|
||||
keepalive: 60
|
||||
# 清除会话(设置为false,断开连接,重连后使用原来的会话 保留订阅的主题,能接收离线期间的消息)
|
||||
clearSession: true
|
||||
clearSession: true
|
||||
|
||||
|
||||
# 插件配置
|
||||
pf4j:
|
||||
pluginsDir: ${user.home}/plugins # 插件目录
|
||||
Reference in New Issue
Block a user