优化galaxyMessageFormat中的json解析速度,使用fastjson替换JSONObject

This commit is contained in:
wangxin
2019-04-29 17:39:55 +08:00
committed by duandongmei
parent d5b790f3a3
commit f7f2d5ad1b
2 changed files with 19 additions and 5 deletions

View File

@@ -727,6 +727,10 @@
<artifactId>druid</artifactId>
<version>1.1.10</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.57</version>
</dependency>
</dependencies>
</project>