This is an example project containing code used in the "Using Thymeleaf" tutorial.
To learn more:
http://www.thymeleaf.org
To build this project you will need Maven 2. You can get it at:
http://maven.apache.org
Clean compilation products:
mvn clean
Compile:
mvn compile
Create a war package:
mvn package