Using JsonUtils instead of fastjson

This commit is contained in:
17hao
2021-02-06 18:43:36 +08:00
parent 1fdb85234c
commit 02d6463faa
3 changed files with 26 additions and 2 deletions

View File

@@ -104,5 +104,12 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>