반응형
Request processing failed; nested exception is java.lang.IllegalArgumentException: Expected MultipartHttpServletRequest: is a MultipartResolver configured?
solution
servlet-context.xml 에추가
1 2 3 4 | <!-- upload --> <beans:bean id="mulitpartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver"> <beans:property name="maxUploadSize" value="104857600"/> </beans:bean> | cs |
반응형
'개발 > 오류' 카테고리의 다른 글
node_modules 폴더 빠르게 삭제 하기 (0) | 2022.07.16 |
---|---|
js,css 파일 업데이트 안될경우 (0) | 2018.10.07 |
Uncaught TypeError: $ is not a function (0) | 2018.10.07 |
Ambiguous handler methods mapped for HTTP path (0) | 2018.10.07 |
이클립스 Save Failed 오류 (0) | 2018.10.07 |