1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > SpringBoot项目报错:The field content exceeds its maximum permitted size of 1048576 bytes

SpringBoot项目报错:The field content exceeds its maximum permitted size of 1048576 bytes

时间:2018-07-02 21:32:16

相关推荐

SpringBoot项目报错:The field content exceeds its maximum permitted size of 1048576 bytes

需要给配置文件添加:

Spring Boot1.4版本后配置更改为:

spring.http.multipart.maxFileSize = 1Mb

spring.http.multipart.maxRequestSize=10Mb

Spring Boot2.0版本后配置更改为:

spring.servlet.multipart.max-file-size = 1MB

spring.servlet.multipart.max-request-size=10MB

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。