Spring 오류 해결 방법 Unable to process parts as no multi-part configuration has been provided
Spring에서 게시판 작업중 파일 업로드를 하기 위해서 설정을 잡는 도중 에러가 났습니다. 파일 업로드를 하고 업로드를 누르면 오류가 났습니다. 원인 Unable to process parts as no multi-part configuration has been provided 구글번역 : 다중 부품 구성이 제공되지 않아 부품을 처리 할 수 없습니다. "뭔 소리지?" 예상 이유 servlet-context.xml 에서 오류가 나는 것 같은데 이유모르겠다(틀림) 컨트롤러나 jsp 파일 오류는 아닌 것 같은데(맞음) server 오류 (O) 여기서 에러가 났네요 3. Tomcat8 사용하는 경우 context.xml 미작성 출처: http://androphil.tistory.com/697 [소림사의 홍반..