Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 363 Bytes

http4k with Thymeleaf template

A small example on how to use Thymeleaf templates with http4k.

Building

mvn package

Running built artifact

java -jar target/http4k-thymeleaf-1.0-SNAPSHOT-jar-with-dependencies.jar

Running directly

mvn compile exec:exec