https://github.com/thymeleaf/thymeleafexamples-stsm
Spring Thyme Seedstarter Manager - Companion application for the "Thymeleaf + Spring 3" tutorial downloadable at the Thymeleaf website: http://www.thymeleaf.org/documentation.html
https://github.com/thymeleaf/thymeleafexamples-stsm
Last synced: 11 months ago
JSON representation
Spring Thyme Seedstarter Manager - Companion application for the "Thymeleaf + Spring 3" tutorial downloadable at the Thymeleaf website: http://www.thymeleaf.org/documentation.html
- Host: GitHub
- URL: https://github.com/thymeleaf/thymeleafexamples-stsm
- Owner: thymeleaf
- License: apache-2.0
- Created: 2012-05-22T18:58:38.000Z (almost 14 years ago)
- Default Branch: 3.1-master-spring6
- Last Pushed: 2022-12-10T06:24:18.000Z (about 3 years ago)
- Last Synced: 2025-03-31T05:06:17.373Z (11 months ago)
- Language: Java
- Homepage: http://www.thymeleaf.org
- Size: 185 KB
- Stars: 183
- Watchers: 19
- Forks: 185
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
Thymeleaf Examples: Spring Thyme Seedstarter Manager
----------------------------------------------------
This is an example project containing code used in the "Thymeleaf + Spring" 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/stsm