欢迎光临
我们一直在努力

Feign接收文件流错误no suitable HttpMessageConverter found解决办法

错误信息

通过Feign调用微服务其他组件接口,报错如下:

 no suitable HttpMessageConverter found for response type [class com.common.web.model.Page] and content type [image/jpeg;charset=utf-8]

或者

no suitable HttpMessageConverter found for response type [class com.common.web.model.Page] and content type [text/plain;charset=utf-8]

此接口的作用是以文件流形式返回结果,以供文件下载、预览等。

解决方式

应该以Response的方式接收文件流。 参考: Spring Cloud Feign如何获得接口返回的文件流

赞(1) 打赏
未经允许不得转载:Ddmit » Feign接收文件流错误no suitable HttpMessageConverter found解决办法

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续提供更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫打赏

微信扫一扫打赏

登录

找回密码

注册