An open API service indexing awesome lists of open source software.

https://github.com/thymeleaf/thymeleafexamples-extrathyme

ExtraThyme - Companion application for the "Extending Thymeleaf" tutorial downloadable at the Thymeleaf website: http://www.thymeleaf.org/documentation.html
https://github.com/thymeleaf/thymeleafexamples-extrathyme

Last synced: 6 months ago
JSON representation

ExtraThyme - Companion application for the "Extending Thymeleaf" tutorial downloadable at the Thymeleaf website: http://www.thymeleaf.org/documentation.html

Awesome Lists containing this project

README

          

Thymeleaf Examples: extraThyme
------------------------------

This is an example project containing code used in the "Extending 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/extrathyme