有道無術,術尚可求,有術無道,止于術。
本系列Spring Boot版本3.0.3
源碼地址:https://gitee.com/pearl-organization/study-spring-boot3
文章目錄
- 前言
- JSON
- 什么是JSON
- 常用JSON 庫
- Gson
- FastJson
- Jackson
- Jackson 還是 Fastjson
- Spring Boot 中的 JSON
- 1. 自動配置 Jackson
- 2. @JsonComponent
- 3. @JsonMixin
前言
本篇文檔主要介紹