【spring boot】接口响应报错无法转化为JSON返回 org.springframework.http.converter.HttpMessageNotWritableException: No converter found for return value of type


 

抛出问题

1.PostMan测试一个接口,返回的结果不是正常的  JSON格式,

 

 

2.后端报错:

org.springframework.http.converter.HttpMessageNotWritableException: No converter found for return value of type: class com.sxd.swapping.globalException.result.GlobalResult

 

 

 

 

解决方法

1.接口返回加注解@ResponseBody

 

 

 

 

 

 

2.检查 响应体有没有 getter/setter方法

【可以自己写getter/setter,也可以使用Lombok包注解】

 

 

 

 

 

 

验证

修改后再请求: 

返回正常了

 

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM