当前位置:   article > 正文

SpringBoot 服务器压缩上传文件 HttpMessageNotWritableException_springboot 文件下载 :org.springframework.http.converte

springboot 文件下载 :org.springframework.http.converter.httpmessagenotwritab

客户端发送请求,服务器返回相应的压缩文件

在下载的时候会报一个错误,但是不影响文件的传输

org.springframework.http.converter.HttpMessageNotWritableException: No converter for [class XXX] with preset Content-Type 'application/octet-stream;charset=utf-8'

  • 1
  • 2

是因为设置的响应头的问题

response.setContentType("application/octet-stream;charset=utf-8");
  • 1

注释之后不会报这个错误,文件可以正常下载.

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/679537
推荐阅读
相关标签
  

闽ICP备14008679号