https://github.com/thymeleaf/thymeleafsandbox-stsm-reactive
Version of the STSM example application using Spring 5.0, Spring Web Reactive and Spring Boot 2.0
https://github.com/thymeleaf/thymeleafsandbox-stsm-reactive
Last synced: 8 months ago
JSON representation
Version of the STSM example application using Spring 5.0, Spring Web Reactive and Spring Boot 2.0
- Host: GitHub
- URL: https://github.com/thymeleaf/thymeleafsandbox-stsm-reactive
- Owner: thymeleaf
- License: apache-2.0
- Created: 2016-12-08T21:25:25.000Z (over 9 years ago)
- Default Branch: 3.1-spring6
- Last Pushed: 2022-01-19T00:44:07.000Z (over 4 years ago)
- Last Synced: 2025-04-06T00:51:09.652Z (about 1 year ago)
- Language: Java
- Size: 113 KB
- Stars: 8
- Watchers: 2
- Forks: 6
- 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 (REACTIVE version)
-----------------------------------------------------------------------
This is a version of the STSM example application based on Spring 6.0,
Spring WebFlux and Spring Boot 3.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