Is there a maximum file size that spring boot can handle in a MultipartFile upload process. I know that I can set the maxFileSize in the property l
MultipartFile
maxFileSize
For those using Spring Boot 2.0 (as of M1 release), the property names have changed to:
spring.servlet.multipart.max-file-size=10MB spring.servlet.multipart.max-request-size=10MB
Note the prefix is spring.servlet instead of spring.http.
spring.servlet
spring.http