题记: 项目中开始用是Gson,但是压力测试的时候会出现性能下降明显,不得已换成了fastjson
1.首先引用包
1 <dependency> 2 <groupId>com.alibaba</groupId> 3 <artifactId>fastjson</artifactId> 4 <version>1.2.41</version> 5 </dependency>
题记: 项目中开始用是Gson,但是压力测试的时候会出现性能下降明显,不得已换成了fastjson
1.首先引用包
1 <dependency> 2 <groupId>com.alibaba</groupId> 3 <artifactId>fastjson</artifactId> 4 <version>1.2.41</version> 5 </dependency>
相关文章: