摘要:
转载:https://blog.csdn.net/lsswshxcg/article/details/108032534 阅读全文
摘要:
1. Springboot默认的json解析方案 Springboot中已经集成JackJson springboot在Controller层加上@RestController注解后,就可以接收、返回 json数据的原因是: HttpMessageConverter,这是一个消息转换工具,有两个功能 阅读全文