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

相關文章
相關標籤/搜索