Code examples for Spring 5.x WebFlux
if(you.liked) {
GitHub.star();
shareWithFriends(this);
}
- Project Reactor – Introduction
- Project Reactor – Mono
- Project Reactor – Flux
- Project Reactor – Transform and combine
- Project Reactor – Backpressure
- Spring WebFlux – Annotation based Controller
- Spring WebFlux – Functional endpoint
- Spring WebFlux – REST Api + MongoDB + Spring Data
Certain test will fail, as they are not pure Unit test cases.
mvn install -DskipTests
Remember to run the docker-compose up
from ./mongo-docker
directory.