增加websocket支持

This commit is contained in:
谷成伟 2024-07-08 13:04:18 +08:00
parent 2826f5720d
commit 2a51fa284f

View File

@ -45,6 +45,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
<!-- websocket支持-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<!--spring 配置支持-->
<dependency>