netty-确定客户端和服务端编解码工具

This commit is contained in:
2023-08-22 09:48:23 +08:00
parent eaccee2a9b
commit 86fd226c84
48 changed files with 235 additions and 2786 deletions

15
pom.xml
View File

@@ -26,15 +26,21 @@
<version>${smartvenue.version}</version>
</dependency>
<dependency>
<artifactId>smartvenue</artifactId>
<groupId>sv-api</groupId>
<groupId>smartvenue</groupId>
<artifactId>sv-api</artifactId>
<version>${smartvenue.version}</version>
</dependency>
<dependency>
<artifactId>smartvenue</artifactId>
<groupId>netty-client</groupId>
<groupId>smartvenue</groupId>
<artifactId>netty-client</artifactId>
<version>${smartvenue.version}</version>
</dependency>
<dependency>
<groupId>smartvenue</groupId>
<artifactId>netty-model</artifactId>
<version>${smartvenue.version}</version>
</dependency>
<dependency>
<groupId>smartvenue</groupId>
<artifactId>sv-oms</artifactId>
@@ -98,6 +104,7 @@
<module>oms</module>
<module>service</module>
<module>netty-client</module>
<module>netty-model</module>
</modules>
</project>