websocket

This commit is contained in:
俞扬
2023-08-11 11:40:56 +08:00
parent 3c4909b8a5
commit e52c30cff0
8 changed files with 290 additions and 1 deletions

View File

@@ -85,6 +85,11 @@
<artifactId>dysmsapi20170525</artifactId>
<version>2.0.1</version>
</dependency>
<!--websocket作为服务端-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
</dependencies>
</project>