苍穹外卖--WebSocket-服务器与客户端双向通讯

This commit is contained in:
2025-12-01 14:01:16 +08:00
parent 2c2b7b86a5
commit 8e742cd563
5 changed files with 118 additions and 2 deletions

View File

@@ -117,6 +117,11 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
</dependency>
<!--WebSocket依赖客户端&服务端双向通讯-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
</dependencies>
<build>