feat:【IOT】添加 IoT 脚本模块及相关配置,删除不再使用的插件模块

This commit is contained in:
安浩浩
2025-05-22 22:23:08 +08:00
parent f124584d06
commit ab4b148df3
92 changed files with 654 additions and 5070 deletions

View File

@@ -24,6 +24,13 @@
<version>${revision}</version>
</dependency>
<!-- IoT 协议模块 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-iot-protocol</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>