引入webSocket测试连接成功,后续在此基础上修改

This commit is contained in:
2025-07-29 16:06:38 +08:00
parent b0a7a76518
commit ceda60e919
9 changed files with 635 additions and 2 deletions

View File

@@ -66,7 +66,10 @@
<groupId>com.klp</groupId>
<artifactId>klp-common</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
</dependencies>
</project>