commit 增加webSocket

This commit is contained in:
咱哥丶
2023-01-02 22:53:55 +08:00
parent d86c36a151
commit 2d1ff0aff7
8 changed files with 435 additions and 0 deletions

View File

@@ -111,6 +111,12 @@
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-file</artifactId>
</dependency>
<!-- WebSocket -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
</dependencies>
</project>