我正在使用 JHipster 开发基于 Spring Boot 和 AngularJS 的应用程序。 我的问题是如何设置 上传文件的最大大小?
如果我试图上传到大文件,我得到这个信息在控制台:
DEBUG 11768 --- [io-8080-exec-10] c.a.app.aop.logging.LoggingAspect:
Enter: com.anuglarspring.app.web.rest.errors.ExceptionTranslator.processRuntimeException() with argument[s] =
[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.]
以及状态为500的服务器响应。
怎么设置?