Spring boot upload file size limit

When uploading, The field file exceeds its maximum permitted size of 1048576 bytes. Error The following two parameters

need to be set

multipart.maxFileSize
multipart.maxRequestSize

Spring Boot 1.3.x or before

multipart.maxFileSize=100Mb
multipart.maxRequestSize=1000Mb
Spring Boot 1.4. x or after

spring.http.multipart.maxFileSize=100Mb
spring.http.multipart.maxRequestSize=1000Mb

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326280299&siteId=291194637