【springboot】spring-boot上传文件MultiPartFile获取不到文件问题解决

源:http://www.javashuo.com/article/p-fiwpwtjd-ch.htmlweb 1.现象是在spring-boot里加入commons-fileupload jar而且配置了mutilPart的bean,在upload的POST请求后,发现multipartRequest.getFiles=null,有点奇怪,查了文档资料才解决。 spring 2.缘由是:spri
相关文章
相关标签/搜索