09-09-netty消息搭建

This commit is contained in:
2025-09-09 09:12:19 +08:00
parent 8a18223d06
commit 261dd0b643
17 changed files with 971 additions and 0 deletions

View File

@ -252,6 +252,11 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
</dependencies>
</project>