Spring Boot學習之旅:(四)springboot 整合 fastjson

springboot 默認使用的 jackson 可是據說某寶的fastjson 性能很好,並且平時用的習慣,因此來整合一下。 首先在pom 中導入依賴 java <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.15
相關文章
相關標籤/搜索