thymeleafexamples-thvsjsp icon indicating copy to clipboard operation
thymeleafexamples-thvsjsp copied to clipboard

Thymeleaf vs JSP - Companion application for the "Spring MVC view layer: Thymeleaf vs. JSP" article at the Thymeleaf website: http://www.thymeleaf.org/thvsjsp.html

Thymeleaf Examples: Thymeleaf vs JSP

This is an example project for the "Spring MVC view layer: Thymeleaf vs JSP" article

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/thvsjsp