feat(messaging/mqtt): 新增 MQTT 消息模块

This commit is contained in:
liquor
2025-11-26 01:41:44 +00:00
committed by Charles7c
parent 730b39d18e
commit ee75e849e2
24 changed files with 2513 additions and 0 deletions

View File

@@ -190,6 +190,13 @@
<version>${revision}</version>
</dependency>
<!-- 消息模块 - MQTT -->
<dependency>
<groupId>top.continew.starter</groupId>
<artifactId>continew-starter-messaging-mqtt</artifactId>
<version>${revision}</version>
</dependency>
<!-- 消息模块 - WebSocket -->
<dependency>
<groupId>top.continew.starter</groupId>