暂态事件推送由MQTT切换成Websocket

This commit is contained in:
hzj
2026-04-09 09:05:02 +08:00
parent f50f11b159
commit d33b3637a5
4 changed files with 210 additions and 3 deletions

View File

@@ -36,6 +36,12 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
<version>2.7.12</version>
</dependency>
</dependencies>