Skip to content

Commit 6712e96

Browse files
committed
去除 fastjson,JSONObject 用 M extends Map<String, Object> 替代,JSONArray 用 L extends List<Object> 替代
1 parent 970aee5 commit 6712e96

32 files changed

+2273
-1418
lines changed

APIJSONORM/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
</properties>
2222

2323
<dependencies>
24-
<dependency>
25-
<groupId>com.alibaba</groupId>
26-
<artifactId>fastjson</artifactId>
27-
<version>1.2.83</version>
28-
</dependency>
2924
</dependencies>
3025

3126
<build>

0 commit comments

Comments
 (0)