原文:https://blog.csdn.net/wisdomhealth/article/details/78400421
@RequestMapping("/file/{filename}")调整为:@RequestMapping("/file/{filename:.+}")
SpringMVC restful风格下载文件,文件后缀被截掉
原文:https://www.cnblogs.com/yarightok/p/11487684.html