diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 0f1547f..fdeb541 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -28,6 +28,7 @@ spring.freemarker.expose-request-attributes=true spring.freemarker.expose-session-attributes=true spring.freemarker.allow-request-override=true spring.freemarker.allow-session-override=true +spring.freemarker.settings.template_exception_handler=ignore multipart.maxFileSize=20Mb multipart.maxRequestSize=20Mb