baqlawi / thymeleafexamples-stsm

Spring Thyme Seedstarter Manager - Companion application for the "Thymeleaf + Spring 3" tutorial downloadable at the Thymeleaf website: http://www.thymeleaf.org/documentation.html

Home Page:http://www.thymeleaf.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Spring Thyme Seedstarter Manager - Companion application for the "Thymeleaf + Spring 3" tutorial downloadable at the Thymeleaf website: http://www.thymeleaf.org/documentation.html

http://www.thymeleaf.org

License:Apache License 2.0


Languages

Language:Java 80.5%Language:HTML 13.4%Language:CSS 6.1%