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