Browse Source

spring-boot-template-freemarker 完成

pull/1/head
Yangkai.Shen 6 years ago
parent
commit
18fb653687
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      spring-boot-demo-template-freemarker/src/main/resources/application.yml

+ 2
- 1
spring-boot-demo-template-freemarker/src/main/resources/application.yml View File

@@ -5,4 +5,5 @@ server:
spring:
freemarker:
suffix: .ftl
cache: false
cache: false
charset: UTF-8

Loading…
Cancel
Save