我试图更新文件上传maxFileSize为限Grails中3,并试图在配置上src/main/resources/application.properties,application.groovy和application.yml,但它仍然抛出异常
Class
org.apache.tomcat.util.http.fileupload.FileUploadBase$SizeLimitExceededException
Message
the request was rejected because its size (154738) exceeds the configured maximum (128000)
Run Code Online (Sandbox Code Playgroud)
有关Grails 3应用程序中的位置和配置的任何帮助吗?