https://github.com/linux-china/rocker-template-demo
Rocker template demo with Spring Boot
https://github.com/linux-china/rocker-template-demo
rocker-templates spring-boot
Last synced: about 2 months ago
JSON representation
Rocker template demo with Spring Boot
- Host: GitHub
- URL: https://github.com/linux-china/rocker-template-demo
- Owner: linux-china
- Created: 2018-05-19T07:35:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T21:06:21.000Z (almost 5 years ago)
- Last Synced: 2025-04-02T02:51:13.167Z (2 months ago)
- Topics: rocker-templates, spring-boot
- Language: Java
- Size: 11.7 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rocker Template Demo
====================Rocker template integrated with Spring Boot
# Usage
* Create Rocker template xxx.rocker.html under src/main/resources/templates
* Execute "mvn compile" to compile rocker template
* In your controller, use template.Xxx to refer the Rocker template# References
* Rocker: https://github.com/fizzed/rocker
* Rocker Syntax: https://github.com/fizzed/rocker/blob/master/docs/SYNTAX.md