Spring Boot 2.0.0.M6 and file upload more than 10 MB
As shown in the documentation, and in its appendix, the correct properties are spring.servlet.multipart.max-file-size
and spring.servlet.multipart.max-request-size
.
As shown in the documentation, and in its appendix, the correct properties are spring.servlet.multipart.max-file-size
and spring.servlet.multipart.max-request-size
.