A reactive SpringBoot WebFlux quickstart project to apply foundational knowledge on reactive streams in java
-
- Pre-requisite : Java 8+, Maven, Docker, Postgres running on the local machine
- Change the db parameters in application-dev.yml to reflect the right db url according to your local
- mvn clean springboot:run
- Access the project at server port (8080)
-
- Swagger UI with API info available at http://localhost:8080/swagger-doc/webjars/swagger-ui/index.html
- Refer to the postman collection under src/resources for API collection