An open API service indexing awesome lists of open source software.

https://github.com/thymeleaf/thymeleafsandbox-stsm-mvc


https://github.com/thymeleaf/thymeleafsandbox-stsm-mvc

Last synced: 10 months ago
JSON representation

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