SpringBoot 处理请求返回值的格式

spring boot处理请求返回值的格式(自定义消息转换器)

springboot配置FastJson为Spring Boot默认JSON解析框架
https://www.cnblogs.com/soul-wonder/p/9052422.html

除了这种方式,还可以在继承WebMvcConfigurerAdapter的类中重写(覆盖)configureMessageConverters方法,也能实现这种效果

参考资料
http://www.jianshu.com/p/ffe56d9553fd
https://my.oschina.net/lichhao/blog/172562
https://blog.csdn.net/u012620150/article/details/90033244
https://www.cnblogs.com/self-studyRen/p/11133847.html
https://my.oschina.net/u/2319418/blog/2964118

https://www.cnblogs.com/niunafei/p/11678921.html

你可能感兴趣的:(springboot)