From 18fb6536874d3f2dfdc5d051ae6d8ed54b8e1ea4 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Tue, 9 Oct 2018 16:58:19 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20spring-boot-template-freemarker=20?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-demo-template-freemarker/src/main/resources/application.yml b/spring-boot-demo-template-freemarker/src/main/resources/application.yml index 754e88b..21fc9c7 100644 --- a/spring-boot-demo-template-freemarker/src/main/resources/application.yml +++ b/spring-boot-demo-template-freemarker/src/main/resources/application.yml @@ -5,4 +5,5 @@ server: spring: freemarker: suffix: .ftl - cache: false \ No newline at end of file + cache: false + charset: UTF-8 \ No newline at end of file