springboot multipart 파일 업로드 용량 초과 에러 해결 방법 Error : FileSizeLimitExceededException error log 내용대로 업로드할 수 있는 최대 용량을 넘긴 파일을 업로드 하려고 할 때 발생하는 에러다. 따로 설정하지 않았다면 default값이 1048576 bytes 로 약 1MB이다. Solution Spring Boot 2.x application.properties 파일에 아래 코드를 추가한다. Spring Boot 1.4.x & 1.5.x application.properties 파일에 아래 코드를 추가한다. Spring Boot 1.3.x or 그 이전 버전 application.properties 파일에 아래 코드를 추가한다.