From d42e59acddca0e255a928482e62bb88997fc62a5 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Sun, 28 Mar 2021 15:09:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E4=B8=8D=E9=85=8D=E7=BD=AEfreemarker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jimureport-demo/src/main/resources/application.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jimureport-samples/jimureport-demo/src/main/resources/application.yml b/jimureport-samples/jimureport-demo/src/main/resources/application.yml index 853cbe0..dec1e44 100644 --- a/jimureport-samples/jimureport-demo/src/main/resources/application.yml +++ b/jimureport-samples/jimureport-demo/src/main/resources/application.yml @@ -1,12 +1,6 @@ server: port: 8085 spring: - #配置freemarker - freemarker: - suffix: .ftl - charset: UTF-8 - template-loader-path: - - classpath:/templates #配置静态资源 mvc: static-path-pattern: /**