https://github.com/thymeleaf/thymeleafexamples-gtvg
Good Thymes Virtual Grocery - Companion application for the "Using Thymeleaf" tutorial downloadable at the Thymeleaf website: http://www.thymeleaf.org/documentation.html
https://github.com/thymeleaf/thymeleafexamples-gtvg
Last synced: 11 months ago
JSON representation
Good Thymes Virtual Grocery - Companion application for the "Using Thymeleaf" tutorial downloadable at the Thymeleaf website: http://www.thymeleaf.org/documentation.html
- Host: GitHub
- URL: https://github.com/thymeleaf/thymeleafexamples-gtvg
- Owner: thymeleaf
- License: apache-2.0
- Created: 2012-05-22T18:57:03.000Z (almost 14 years ago)
- Default Branch: 3.1-master-jakarta
- Last Pushed: 2022-01-05T02:09:10.000Z (about 4 years ago)
- Last Synced: 2025-03-29T19:06:46.381Z (11 months ago)
- Language: Java
- Homepage: http://www.thymeleaf.org
- Size: 232 KB
- Stars: 289
- Watchers: 26
- Forks: 250
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
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
Create a war package:
mvn package