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

@@ -18,5 +18,12 @@
<groupId>top.wms</groupId>
<artifactId>wms-common</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>