我的代码是这样的:
public Result<FileResponse> importFile(@RequestParam(value = "file") MultipartFile file) {.我们使用堆栈跟踪得到类似于...requiredrequestpart 'file' is not present...的响应。看起来文件没有被正确地填充。
当我通过eclipse运行spring boot run as spring boot应用程序时,这是有效的,但当我创建war并将其放在tomcat上时,我得到了“Requiredrequestpart'file‘is not present”错误。logException(207): Resolved [org.springframework.web.multipart.support.MissingServletRequestPartException: Required</em