Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 633 Bytes

README.markdown

File metadata and controls

36 lines (17 loc) · 633 Bytes

Thymeleaf Examples: Spring Thyme Seedstarter Manager

This is an example project containing code used in the "Thymeleaf + Spring" 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

Run in a tomcat server:

 mvn tomcat7:run

Once started, the application should be available at:

 http://localhost:8080/stsm