miuraSky / thymeleafexamples-gtvg

Good Thymes Virtual Grocery - Companion application for the "Using Thymeleaf" 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: 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

Run in a tomcat server:

 mvn tomcat7:run

Once started, the application should be available at:

 http://localhost:8080/gtvg

About

Good Thymes Virtual Grocery - Companion application for the "Using Thymeleaf" tutorial downloadable at the Thymeleaf website: http://www.thymeleaf.org/documentation.html

http://www.thymeleaf.org

License:Apache License 2.0


Languages

Language:Java 86.3%Language:HTML 11.9%Language:CSS 1.8%