feat(mqtt): 集成 MQTT Spring Boot Starter
- 添加 tocrhz/mqtt-spring-boot-starter 依赖 - 更新项目依赖配置以支持 MQTT 功能
This commit is contained in:
@@ -20,6 +20,10 @@
|
|||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.tocrhz</groupId>
|
||||||
|
<artifactId>mqtt-spring-boot-starter</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.njcn</groupId>
|
<groupId>com.njcn</groupId>
|
||||||
<artifactId>common-core</artifactId>
|
<artifactId>common-core</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user