springboot Current request is not a multipart request

springboot 报错:Current request is not a multipart request 这个一般是controller是带有上传文件的服务,类似@RequestParam MultipartFile[] file 解决: 首先检查请求头中的Content-Type是否设置对,如果把Content-Type设置成application/json是不行的 需要把Content
相关文章
相关标签/搜索