1
0

mqtt协议

This commit is contained in:
2025-07-07 09:46:39 +08:00
parent 04766447e6
commit 6b2ebf2414
11 changed files with 302 additions and 0 deletions

View File

@ -100,6 +100,14 @@
<artifactId>fys-common-sse</artifactId>
</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>
</project>