当前位置:首页 » 《资源分享》 » 正文

Java中SpringBoot上传文件时报错:org.springframework.web.multipart.MaxUploadSizeExceededException

12 人参与  2024年04月28日 08:50  分类 : 《资源分享》  评论

点击全文阅读


完整报错信息:

org.springframework.web.multipart.MaxUploadSizeExceededException: Maximum upload size exceeded; nested exception is java.lang.IllegalStateException:
org.apache.tomcat.util.http.fileupload.impl.SizeLimitExceededException: the request was rejected because its size (803477000) exceeds the configured maximum (20971520)

原因:文件上传大小超出配置文件中的限制

解决方案:修改配置文件

找到配置中的spring:servlet:multipart下的文件大小配置,修改为大于你文件大小的值即可。

在这里插入图片描述


点击全文阅读


本文链接:http://zhangshiyu.com/post/101358.html

<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1