赞
踩
在下载的时候会报一个错误,但是不影响文件的传输
org.springframework.http.converter.HttpMessageNotWritableException: No converter for [class XXX] with preset Content-Type 'application/octet-stream;charset=utf-8'
是因为设置的响应头的问题
response.setContentType("application/octet-stream;charset=utf-8");
注释之后不会报这个错误,文件可以正常下载.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。