# thymeleafexamples-sayhello **Repository Path**: mirrors_thymeleaf/thymeleafexamples-sayhello ## Basic Information - **Project Name**: thymeleafexamples-sayhello - **Description**: Say Hello! - Companion application for the "Say Hello! Extending Thymeleaf in 5 minutes" article at the Thymeleaf website: http://www.thymeleaf.org/sayhelloextendingthymeleaf5minutes.html - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: 3.1-master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Thymeleaf Examples: Say Hello! Extending Thymeleaf in 5 minutes --------------------------------------------------------------- This is an example project containing code used in the "Say Hello! Extending Thymeleaf in 5 minutes" article. To learn more and: 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/sayhello