添加websocket的依赖

This commit is contained in:
KilLze
2026-01-05 15:29:14 +08:00
parent 212668ae1c
commit b12128fad6

View File

@@ -88,6 +88,12 @@
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!-- WebSocket 起步依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<!-- 阿里云相关依赖 -->
<dependency>
<groupId>com.aliyun.oss</groupId>