For easy mock development with freemarker.
- Show freemarker (.ftl) file
- Import data from JSON
- Serve static file (js, css, png, html, …)
- Stand alone application (no servlet container)
src/test/resources/config.json and src/test/resources/web are example.
$ mvn clean compile exec:java
- access http://localhost:9997/hoge
$ mvn clean package shade:shade
$ java -jar target/ya-ftl-viewer.jar src/test/resources/config.json
- access http://localhost:9997/hoge
- Support LiveReload
- Support YAML