Browse Source

📝 spring-boot-template-freemarker 完成

pull/1/head
Yangkai.Shen 6 years ago
parent
commit
5f6b125831
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      spring-boot-demo-template-freemarker/README.md

+ 13
- 0
spring-boot-demo-template-freemarker/README.md View File

@@ -181,3 +181,16 @@ public class UserController {
</html>
```

## application.yml

```yaml
server:
port: 8080
servlet:
context-path: /demo
spring:
freemarker:
suffix: .ftl
cache: false
```


Loading…
Cancel
Save