commit | 28dc6dcc89262dd4cc652250ce02fb711a730bc7 | [log] [tgz] |
---|---|---|
author | ddekany <ddekany@apache.org> | Sat Jun 01 09:52:04 2024 +0200 |
committer | ddekany <ddekany@apache.org> | Sat Jun 01 09:52:04 2024 +0200 |
tree | 52a7fff2938ab397f8d49daa6f329900ef4d9b98 | |
parent | f23cfba39f3a08bd4fc7592f2e590b01fed30176 [diff] |
Upgraded Dropwizard to a still deprecated but compatible version.
It‘s a web page to quickly try template snippets, with some simple data-model. It’s especially handy for learning the template language.
For a deployed version of this tool you can visit https://try.freemarker.apache.org/.
./gradlew build
from the cloned directory (use JDK 8)./gradlew cleanidea idea
; this will generate the IDEA project for you.shadowJar
(not jar
) and then issue java -jar build/libs/freemarker-online-<VERSION>.jar server src/main/resources/freemarker-online.yml
org.apache.freemarker.onlinetester.dropwizard.FreeMarkerOnlineTester
with arguments server src/main/resources/freemarker-online.yml
FreeMarker-Online is licensed under the Apache License, Version 2.0. See the LICENSE
file for details.