This is an example project containing code used in the "Say Hello! Extending Thymeleaf in 5 minutes" article.
To learn more and:
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
Run in a tomcat server:
mvn tomcat7:run
Once started, the application should be available at:
http://localhost:8080/sayhello