This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
spring-boot-demo
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
📝
spring-boot-template-freemarker 完成
pull/1/head
Yangkai.Shen
6 years ago
parent
ef59e18d80
commit
5f6b125831
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
```
Write
Preview
Loading…
Cancel
Save