WebFlux – Controller and WebClient
Spring WebFlux is part of Spring 5, which provides reactive development support for web applications. In this tutorial, we will use RestController and WebClient, to create a small responsive REST application. We will also analyze how to use Spring Security to protect our reactive endpoints. Spring-WebFlux framework Spring WebFlux uses Project Reactor and its publishers […]