zuul文件大小限制

异常

[org.springframework.web.multipart.MultipartException: Could not parse multipart servlet request; nested exception is java.lang.IllegalStateException: 
org.apache.tomcat.util.http.fileupload.FileUploadBase$FileSizeLimitExceededException: The field file exceeds its maximum permitted size of 1048576 bytes.]

修复

spring:
  http:
    multipart:
      max-file-size: 10Mb
      max-request-size: 10Mb

doc

相关文章
相关标签/搜索