题记: 项目中开始用是Gson,但是压力测试的时候会出现性能下降明显,不得已换成了fastjson

1.首先引用包

1 <dependency>
2             <groupId>com.alibaba</groupId>
3             <artifactId>fastjson</artifactId>
4             <version>1.2.41</version>
5         </dependency>
View Code

相关文章:

  • 2021-12-26
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2022-02-06
  • 2022-01-09
  • 2021-08-31
  • 2022-12-23
猜你喜欢
  • 2021-04-23
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
  • 2021-06-08
  • 2021-10-11
  • 2022-12-23
相关资源
相似解决方案