Skip to content

Latest commit

 

History

History
33 lines (15 loc) · 522 Bytes

README.markdown

File metadata and controls

33 lines (15 loc) · 522 Bytes

Thymeleaf Examples: Good Thymes Virtual Grocery

This is an example project containing code used in the "Using Thymeleaf" tutorial.

To learn more:

 http://www.thymeleaf.org

Building

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