© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2024
M. DeinumSpring Boot 3 Recipeshttps://doi.org/10.1007/979-8-8688-0113-6_4

4. WebFlux

Marten Deinum1  
(1)
Meppel, Drenthe, The Netherlands
 

Spring WebFlux is a reactive web framework included with Spring. It supports fully nonblocking and support Reactive Streams backpressure. It runs on servers like Netty, Undertow or Servlet Containers. When such a server is detected Spring Boot will automatically configure the server for you.

4-1. Develop a Reactive Application with Spring WebFlux

Problem

You want to develop a simple reactive web application with Spring WebFlux to learn the basic concepts and configurations of this framework.

Solution

The lowest component of ...

Get Spring Boot 3 Recipes: A Problem-Solution Approach for Java Microservices and Cloud-Native Applications 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.