码迷,mamicode.com
首页 > Web开发 > 详细

no suitable HttpMessageConverter found for response type

时间:2019-11-13 17:50:34      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:suitable   rest   converter   修改   json   message   temp   tpm   是你   

在使用 RestTemplate 或者 Spring Cloud 的时候,经常会出现这个错误。

基本上出现的场景都是,我们要json,结果来了个 text/html。

两个原因:

第一个就是:服务器返回的就是 text/html 或者不是你要的格式,那么就需要修改 HttpMessageConverter 增加格式类型。

      一般这种情况都是请求别人的服务器。


第二种就是:这种是莫名其妙出现的这个错误,请求的是自己的服务器,或者明知服务器返回的是json格式,却还出现这个错误。

      显示返回了 text/html 格式。那就是请求出现了错误,比如400,403,500。这样返回的都不是json,却是text/html。

no suitable HttpMessageConverter found for response type

标签:suitable   rest   converter   修改   json   message   temp   tpm   是你   

原文地址:https://www.cnblogs.com/ming-question/p/11851322.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!