【fix】 添加协议解析处理

This commit is contained in:
wujiawei
2025-03-21 20:57:44 +08:00
parent cf9438a7da
commit 3321e0dd7b
41 changed files with 2162 additions and 23 deletions

View File

@ -23,6 +23,11 @@
<groupId>top.wu2020</groupId>
<artifactId>wu-lazy-cloud-heartbeat-common</artifactId>
</dependency>
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-lazy-cloud-heartbeat-protocol-proxy</artifactId>
<version>1.3.0-JDK17-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>