多文件上传中遇到上传文件大小的问题 org.apache.tomcat.util.http.fileupload.FileUploadBase$FileSizeLimitExceededException: The field fileName exceeds its maximum permitted size of 1048576 bytes. Spring Boot默认文件上传大小为2M,多文档上传中总是出现文件大小超出限度 解决方法: a.在application.properties文…