客户端的优化

This commit is contained in:
lqyan
2024-02-02 15:22:29 +08:00
parent 0106d1a787
commit f113b988ba
10 changed files with 40 additions and 129 deletions

12
pom.xml
View File

@@ -55,9 +55,15 @@
</dependency>
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>2.0.25</version>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
</dependency>
<dependency>