tcp服务

This commit is contained in:
2026-03-11 17:44:06 +08:00
parent fb05360c5e
commit 2cb03b146a
11 changed files with 494 additions and 0 deletions

View File

@@ -155,5 +155,12 @@
<artifactId>spring-test</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.100.Final</version> <!-- 使用较新稳定版本 -->
</dependency>
</dependencies>
</project>