首页 > TAG信息列表 > ProjectModel

Springboot 通过FastJson实现bean对象和Json字符串互转

Json格式在后台服务中的重要性就不多说了,直入正题。首先引入pom文件,这里使用的是1.2.83版本 1 <dependency> 2 <groupId>com.alibaba</groupId> 3 <artifactId>fastjson</artifactId> 4 <version>1.2.83</version> 5