About 531 results
Open links in new tab
  1. Migrating a Traditional Blocking Spring Boot REST API to a Non-Blocking

    Mar 22, 2025 · We successfully migrated a **blocking** Spring Boot REST API to a **non-blocking, reactive system** using **Spring WebFlux and R2DBC**. This transition makes our application **more...

  2. Reactive Microservices with Spring WebFlux - Java Code Geeks

    Jul 2, 2025 · Spring WebFlux provides a reactive, non-blocking foundation for building high-throughput microservices that scale gracefully under load. In this article, you’ll learn what makes WebFlux …

  3. Build Reactive MicroServices using Spring WebFlux/SpringBoot - Udemy

    By the end of this course you will have the complete understanding of coding and implementing a Reactive API using Spring WebFlux. Why Reactive Programming ? This section highlights about the …

  4. Using Spring Boot with Reactive Programming - GeeksforGeeks

    Jul 23, 2025 · In the context of Spring Boot, Reactive Programming allows you to build scalable and non-blocking web applications. This article will walk you through the basics of Reactive Programming …

  5. A Step-by-Step Guide to Reactive Programming in Spring Boot

    Feb 11, 2025 · Spring Boot provides excellent support for reactive programming through Spring WebFlux, allowing developers to build non-blocking, event-driven applications. In this blog, we will …

  6. Spring WebFlux Reactive CRUD REST API Example - Java Guides

    In this tutorial, we will learn how to build a reactive CRUD REST API using Spring Boot, Spring WebFlux, MongoDB, Lombok, and IntelliJ IDEA.

  7. anuj-mehra/spring-boot-reactive-rest-api - GitHub

    This project creates a non-blocking REST API using spring-boot-webflux and Reactive API's. When we use the spring framework in writing non blocking applications or reactive applications then mostly we …

  8. Spring Boot WebFlux example: Building Rest API - BezKoder

    Nov 15, 2023 · In this tutorial, we’re gonna build a Spring Boot WebFlux Rest API example – CRUD application that uses Spring Data Reactive (R2DBC) to interact with embedded database.

  9. Reactive Web Applications :: Spring Boot

    Spring WebFlux is the new reactive web framework introduced in Spring Framework 5.0. Unlike Spring MVC, it does not require the servlet API, is fully asynchronous and non-blocking, and implements the …

  10. Guide to Spring WebFlux - Baeldung

    Nov 24, 2025 · Spring 5 includes Spring WebFlux, which provides reactive programming support for web applications. In this tutorial, we’ll create a small reactive REST application using the reactive web …