【代码优化】IoT: 数据桥梁的执行器根据引入的消息队列动态加载

This commit is contained in:
puhui999
2025-03-08 10:50:22 +08:00
parent 7ab61b6d06
commit 831970233c
4 changed files with 19 additions and 0 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>