Dropwizard config improvements
1 file changed
tree: 23d58daa8b4c93c7c1d05fad72b164ffbef1a2b9
  1. gradle/
  2. src/
  3. .gitignore
  4. .travis.yml
  5. build.gradle
  6. dependencies.gradle
  7. DISCLAIMER
  8. gradlew
  9. gradlew.bat
  10. intellij.gradle
  11. LICENSE
  12. NOTICE
  13. README.md
  14. settings.gradle
README.md

FreeMarker Online Tester Build Status Coverage Status

FreeMarker Online Tester is a web page to quickly try template snippets. It‘s especially handy if the real application doesn’t let you iterate quickly, and you have no much FreeMarker experience.

For a deployed version of this tool you can visit http://freemarker-online.kenshoo.com/ (or soon http://try.freemarker.org/)

Development Instructions

  • Clone the repository to a local directory
  • Run “./gradlew build” from the cloned directory (use JDK 8)
  • If you want to run it using IDEA run “./gradlew cleanidea idea”; this will generate the IDEA project for you.
  • For running the software from a command line, build shadowJar (not jar) and then just issue java -jar build/libs/freemarker-online-<VERSION>.jar server src/main/resources/freemarker-online.yml, then visit http://localhost:8080/

License

FreeMarker-Online is licensed under the Apache License, Version 2.0. See LICENSE.txt for details.