1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

[后端] webSocket demo跑通

This commit is contained in:
2022-11-28 23:29:03 +08:00
parent a85d7bcfba
commit 432ba2b812
11 changed files with 382 additions and 2 deletions

View File

@@ -103,6 +103,12 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
<!-- WebSocket -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
</dependencies>