Expected MultipartHttpServletRequest: is a MultipartResolver configured
Posted 一个勤奋的胖子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Expected MultipartHttpServletRequest: is a MultipartResolver configured相关的知识,希望对你有一定的参考价值。
新增了一个表单上传功能
启动ide后,控制台报错
解决方案:
1.在spring_rest内增加
<!-- 支持上传文件 -->
<bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver"/>
2.将 Commons FileUpload jar包加入lib中。
报错 org.apache.commons.io.output.DeferredFileOutputStream
将CommonsIO jar加入lib。
以上是关于Expected MultipartHttpServletRequest: is a MultipartResolver configured的主要内容,如果未能解决你的问题,请参考以下文章
as expected 和 as is expected 一样吗?
Eslint Vue 3 解析错误:'>' expected.eslint
前端控制台 JavaScript函数报错 SyntaxError: expected expression, got ';' SyntaxError: expected expre