错误
spring boot报错:
org.apache.tomcat.util.http.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (71401393) exceeds the configured maximum (10485760)
解决
spring:
servlet:
multipart:
max-file-size: 1000MB
max-request-size: 1000MB
参考文章:
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容