From 0ace9b30df4d95ebb266abc535e636b1fdb3d005 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Tue, 9 Oct 2018 16:58:35 +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 --- spring-boot-demo-template-freemarker/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-demo-template-freemarker/README.md b/spring-boot-demo-template-freemarker/README.md index 56703aa..4a25263 100644 --- a/spring-boot-demo-template-freemarker/README.md +++ b/spring-boot-demo-template-freemarker/README.md @@ -192,5 +192,6 @@ spring: freemarker: suffix: .ftl cache: false + charset: UTF-8 ```