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 +``` +