feat:【IoT 物联网】新增 MQTT 协议支持,包含上行和下行消息处理器,完善设备认证和属性、事件、服务处理逻辑,更新配置以启用 EMQX 组件

This commit is contained in:
haohao
2025-06-08 22:24:32 +08:00
parent d7c57f5023
commit f58cf282dd
12 changed files with 1157 additions and 3 deletions

View File

@@ -41,6 +41,12 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
</dependency>
<!-- MQTT 相关 -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-mqtt</artifactId>
</dependency>
</dependencies>
<build>