jstobigdata / Spring-WebFlux-Tutorial

Code examples for Spring 5.x WebFlux

Home Page:https://jstobigdata.com/java/getting-started-with-project-reactor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring-WebFlux-Tutorial - with Project Reactor introduction

Code examples for Spring 5.x WebFlux

if(you.liked) {
  GitHub.star();
  shareWithFriends(this);
}
  1. Project Reactor – Introduction
  2. Project Reactor – Mono
  3. Project Reactor – Flux
  4. Project Reactor – Transform and combine
  5. Project Reactor – Backpressure
  6. Spring WebFlux – Annotation based Controller
  7. Spring WebFlux – Functional endpoint
  8. Spring WebFlux – REST Api + MongoDB + Spring Data

To Build the entire project

Certain test will fail, as they are not pure Unit test cases. mvn install -DskipTests

For all MongoDB examples:

Remember to run the docker-compose up from ./mongo-docker directory.


Spring Core Tutorial - separate repo

Check the Spring Freamework Tutorials repo