© Felipe Gutierrez 2019
Felipe GutierrezPro Spring Boot 2https://doi.org/10.1007/978-1-4842-3676-5_6

6. WebFlux and Reactive Data with Spring Boot

Felipe Gutierrez1 
(1)
Albuquerque, NM, USA
 

In this chapter, I show you the newest addition to Spring Framework 5 and how to use it with Spring Boot. The new reactive stack built for web applications is Spring WebFlux, which was added in the 5.0 version of the Spring Framework. It is a fully non-blocking framework that relies on Project Reactor, which supports reactive streams back pressure and runs on servers like Netty and Undertow, and Servlet 3.1+ containers.

Before I show you how to use WebFlux with Spring Boot, let’s learn about reactive systems and how Project Reactor ( https://projectreactor.io/ ...

Get Pro Spring Boot 2: An Authoritative Guide to Building Microservices, Web and Enterprise Applications, and Best Practices now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.