https://github.com/thymeleaf/thymeleafsandbox-stsm-mvc
https://github.com/thymeleaf/thymeleafsandbox-stsm-mvc
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thymeleaf/thymeleafsandbox-stsm-mvc
- Owner: thymeleaf
- License: apache-2.0
- Created: 2016-12-09T23:19:29.000Z (over 9 years ago)
- Default Branch: 3.1-spring6
- Last Pushed: 2022-01-19T00:38:06.000Z (over 4 years ago)
- Last Synced: 2025-06-01T15:06:56.529Z (11 months ago)
- Language: Java
- Size: 64.5 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
Thymeleaf Examples: Spring Thyme Seedstarter Manager (Spring Boot version)
-----------------------------------------------------------------------
This is a version of the STSM example application based on Spring 6.0
and Spring Boot 3.0.0.
To learn more:
http://www.thymeleaf.org
Building
--------
To build this project you will need Maven 3. You can get it at:
http://maven.apache.org
Clean compilation:
mvn -U clean compile
Run the application (Spring Boot based, using **netty** as a web server):
mvn spring-boot:run
Once started, the application should be available at:
http://localhost:8080