聊天室和会议初始化

This commit is contained in:
2025-12-20 18:52:33 +08:00
parent 62850717eb
commit 37224e3f95
21 changed files with 3273 additions and 22 deletions

View File

@@ -106,6 +106,12 @@
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<!-- WebSocket支持 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
</dependencies>
</project>