Springcloud zuul上传文件 zuul GENERAL 错误 The field file exceeds its maximum permitted size of bytes.
springboot 中tomcat对文件的大小做了限制,文档中有说明 springboot对properties或yml的配置在不同版本是有差异的。 maxFileSize:单个文件最大限制 maxRequestSize:单次请求最大限制 如果不做限制都传-1 1. 1.4版本之前配置方式:123multipart.maxFileSize=2000Mbmultipart.maxRequestSi