This project is a simple example of how to use the Spring WebFlux framework to create a non-blocking REST API.
- Java 17
- Spring Boot 3.0.2
- Spring WebFlux
- Lombok
To run this project, you need to have Java 17 and Maven installed.
mvn spring-boot:run
After running the project, you can access the Swagger documentation at http://localhost:8080/swagger-ui.html
.
Powered by @rasysbox