天天看點

【Java】SpringBoot 引入fastjson庫進行json格式資料傳回執行個體fastjson放入pom.xml 測試代碼總結

fastjson是阿裡巴巴開源的json操作庫,功能強大,使用友善。

<a href="https://github.com/alibaba/fastjson" target="_blank">https://github.com/alibaba/fastjson</a>

将下面的依賴寫入<code>pom.xml</code>檔案中

結果

SpringBoot的管理依賴的方式很好用,做現代化項目很友善。