https://github.com/thymeleaf/thymeleafexamples-sayhello
Say Hello! - Companion application for the "Say Hello! Extending Thymeleaf in 5 minutes" article at the Thymeleaf website: http://www.thymeleaf.org/sayhelloextendingthymeleaf5minutes.html
https://github.com/thymeleaf/thymeleafexamples-sayhello
Last synced: 6 months ago
JSON representation
Say Hello! - Companion application for the "Say Hello! Extending Thymeleaf in 5 minutes" article at the Thymeleaf website: http://www.thymeleaf.org/sayhelloextendingthymeleaf5minutes.html
- Host: GitHub
- URL: https://github.com/thymeleaf/thymeleafexamples-sayhello
- Owner: thymeleaf
- License: apache-2.0
- Created: 2012-05-22T19:48:53.000Z (almost 14 years ago)
- Default Branch: 3.1-master
- Last Pushed: 2022-12-10T06:24:20.000Z (about 3 years ago)
- Last Synced: 2025-04-06T00:51:07.811Z (11 months ago)
- Language: Java
- Homepage: http://www.thymeleaf.org
- Size: 93.8 KB
- Stars: 8
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.markdown
- License: LICENSE.txt
Awesome Lists containing this project
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