This commit is contained in:
2026-03-13 10:30:55 +08:00
parent 687be5840e
commit cd1ba55b26
6 changed files with 155 additions and 34 deletions

View File

@@ -119,5 +119,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.100.Final</version>
</dependency>
</dependencies>
</project>