错误信息
通过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如何获得接口返回的文件流 。
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com