feat: 添加 WebSocket 基础设施

This commit is contained in:
2026-06-23 10:49:23 +08:00
parent d63ce3326b
commit d0ade3c469
3 changed files with 66 additions and 0 deletions

View File

@@ -27,6 +27,12 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- WebSocket -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<!-- JPA 持久层 -->
<dependency>
<groupId>org.springframework.boot</groupId>