The field theExcel exceeds its maximum permitted size of 1048576 bytes

java springboot上传文件大小受限

修改:

spring.servlet.multipart.max-file-size = 10MB    //单个文件的大小
spring.servlet.multipart.max-request-size=100MB   //单次请求的文件的总大小

 

posted @ 2020-02-04 10:13  ukyo--碳水化合物  阅读(475)  评论(0)    收藏  举报