A simple project to kickstart your spring boot and spring webflux journey
Note: In testing run the application by using any idea of your choice (example VSCode), by using postman or any other testing application you can check the validity of the application.
Sample Request : GET http://localhost:8080/service/flux or GET http://localhost:8080/service/mono
- Sample Reponse :
- Flux -> ABC
- Mono -> Hello World