Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

hogelog/ya-ftl-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ya-ftl-viwer

For easy mock development with freemarker.

Feture

  • Show freemarker (.ftl) file
  • Import data from JSON
  • Serve static file (js, css, png, html, …)
  • Stand alone application (no servlet container)

Example

src/test/resources/config.json and src/test/resources/web are example.

Run with maven

$ mvn clean compile exec:java

Run with jar

$ mvn clean package shade:shade
$ java -jar target/ya-ftl-viewer.jar src/test/resources/config.json

Todo

  • Support LiveReload
  • Support YAML

About

yet another ftl (freemarker) viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages