Spring Excel File
엑셀 파일 읽기 위한 multipart 설정
Server의 context.xml 파일 설정
<!-- The contents of this file will be loaded for each web application -->
<Context allowCasualMultipartParsing="true" path="/">
<Resources cachingAllowed="true" cacheMaxSize="100000" />
이 부분을 꼭 설정해줘야 한다.
- 참고 : https://shxrecord.tistory.com/200