From 81e22e37a8a871884c5ba28da298bdb44ce1d5a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E9=B9=8F=E8=BE=89?= <18322780655@163.com> Date: Mon, 19 Jun 2023 11:47:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0html=20=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pluss-manage-page/src/main/resources/application.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pluss-manage-page/src/main/resources/application.yml b/pluss-manage-page/src/main/resources/application.yml index 547cbc3..7ab1667 100644 --- a/pluss-manage-page/src/main/resources/application.yml +++ b/pluss-manage-page/src/main/resources/application.yml @@ -1,7 +1,7 @@ spring: profiles: include: common, ryx, ys - active: dev + active: prod servlet: multipart: max-file-size: 100MB @@ -26,9 +26,16 @@ spring: scheduling: pool: size: 10 + freemarker: + template-loader-path: classpath:/temp + allow-request-override: false + charset: utf-8 + content-type: text/html + expose-request-attributes: true server: port: 8083 compression: enabled: true mime-types: application/json +