springboot默认文件上传大小限制为10M
如需修改可以参考下面的配置文件
spring.servlet.multipart.max-file-size=20MB
spring.servlet.multipart.max-request-size=20MB
配置说明:This configuration sets the maximum allowed size for both individual files and the entire request to 20 MB.
标签:SpringBoot,spring,修改,multipart,20MB,上传,size From: https://www.cnblogs.com/llp2333/p/17321311.html