mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-04-19 15:38:37 +00:00
【功能新增】IoT: 重构物联网模块,新增组件支持,更新依赖项,优化代码结构。具体更改包括:将插件模块替换为组件模块,添加 HTTP 和 EMQX 组件,更新相关依赖,优化心跳和下行处理逻辑,增加组件配置属性,完善文档说明。
This commit is contained in:
@@ -24,6 +24,16 @@
|
||||
<artifactId>yudao-module-iot-api</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.iocoder.boot</groupId>
|
||||
<artifactId>yudao-module-iot-component-http</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.iocoder.boot</groupId>
|
||||
<artifactId>yudao-module-iot-component-emqx</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cn.iocoder.boot</groupId>
|
||||
@@ -70,11 +80,11 @@
|
||||
</dependency>
|
||||
|
||||
<!-- 脚本插件相关 -->
|
||||
<dependency>
|
||||
<groupId>cn.iocoder.boot</groupId>
|
||||
<artifactId>yudao-module-iot-plugin-script</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>cn.iocoder.boot</groupId>-->
|
||||
<!-- <artifactId>yudao-module-iot-plugin-script</artifactId>-->
|
||||
<!-- <version>${revision}</version>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<!-- 消息队列相关 -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user