!1269 【代码优化】IoT: 优化数据桥梁

Merge pull request !1269 from puhui999/iot
This commit is contained in:
芋道源码
2025-03-13 00:18:30 +00:00
committed by Gitee
30 changed files with 859 additions and 471 deletions

View File

@@ -114,6 +114,19 @@
<artifactId>yudao-module-iot-biz</artifactId>
<version>${revision}</version>
</dependency>
<!-- IoT 数据桥梁的执行器所需消息队列。如果您只需要使用 rocketmq 那么则注释掉其它消息队列即可 -->
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
<!-- spring boot 配置所需依赖 -->
<dependency>