opt: 联调测试优化

This commit is contained in:
yanps
2024-08-13 08:57:05 +08:00
parent 59734cd4b8
commit b018644aea
23 changed files with 443 additions and 84 deletions

View File

@@ -34,6 +34,12 @@
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version> <!-- 版本号可根据需要调整 -->
</dependency>
<!-- https://onew.me/logback/2018/09/17/logback_win.html-->
<dependency>
<groupId>org.fusesource.jansi</groupId>