-
docker-compose up
in the parent module -
Run
mvn spring-boot:run
on webflux or webmvc modulesor run
webflux app (com.example.reactive.WebFluxApplication)
orwebmvc app (com.example.reactive.WebMvcApplication)
-
curl -X GET http://localhost:8080/api/persons/
-
https://www.amitph.com/introduction-spring-webflux-reactive-api/
-
https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html
-
https://jstobigdata.com/java/transform-and-combine-reactive-stream/
-
https://www.baeldung.com/reactive-streams-step-verifier-test-publisher
-
https://stackoverflow.com/questions/52244808/backpressure-mechanism-in-spring-web-flux
-
https://www.codingame.com/playgrounds/929/reactive-programming-with-reactor-3/transform
-
https://nikeshshetty.medium.com/5-common-mistakes-of-webflux-novices-f8eda0cd6291