아래와 같은 에러 발생시
The multi-part request contained parameter data (excluding uploaded files) that exceeded the limit for maxPostSize set on the associated connector.
application.yml
server.tomcat.max-http-form-post-size=20MB
추가해보자
'spring-boot' 카테고리의 다른 글
| static 파일 cache 문제 해결(?) (0) | 2020.08.27 |
|---|---|
| yml 파일 PropertySource load 방법 (0) | 2020.08.23 |
| Inject a Map from YAML File with Spring AND @Bean 어노테이션 붙이는 메소드에서 처리법 (0) | 2020.08.04 |
| JNDI설정 (0) | 2020.07.22 |
| 파일 업/다운로드 (0) | 2020.07.21 |

