集成MQTT

This commit is contained in:
2025-06-26 17:14:34 +08:00
parent 953ffdfb28
commit c0c33f6c2e
7 changed files with 220 additions and 6 deletions

View File

@ -223,6 +223,14 @@
<artifactId>commons-text</artifactId>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-integration</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-mqtt</artifactId>
</dependency>
</dependencies>
<build>