集成websocket

This commit is contained in:
wangxulei
2025-01-09 17:33:57 +08:00
parent ed34df44ee
commit 8516efd1c8
21 changed files with 515 additions and 766 deletions

View File

@@ -113,6 +113,13 @@
<version>5.7.2</version>
</dependency>
<dependency>
<groupId>com.belerweb</groupId>
<artifactId>pinyin4j</artifactId>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>