From 5f6b1258313431f660690a3efac2b6b2ed8bae14 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Tue, 9 Oct 2018 16:57:07 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spring-boot-demo-template-freemarker/README.md b/spring-boot-demo-template-freemarker/README.md index 3ad54a5..56703aa 100644 --- a/spring-boot-demo-template-freemarker/README.md +++ b/spring-boot-demo-template-freemarker/README.md @@ -181,3 +181,16 @@ public class UserController { ``` +## application.yml + +```yaml +server: + port: 8080 + servlet: + context-path: /demo +spring: + freemarker: + suffix: .ftl + cache: false +``` +