Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Latest commit

 

History

History
36 lines (17 loc) · 633 Bytes

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