Spring Boot Web Reactive

screenshot of Spring Boot Web Reactive

DEPRECATED: Spring Boot Web Reactive Starter

Overview

The Spring Boot Web Reactive Starter is an experimental project that has been merged into Spring Boot 2.0, along with the new spring-boot-starter-webflux. This project provides support for web reactive programming in Spring Framework 5.0.

Features

  • Experimental project: The Spring Boot Web Reactive Starter is an experimental project that provides support for web reactive programming.
  • Merged in Spring Boot 2.0: This project has been merged into Spring Boot 2.0, making it easier to use web reactive programming in Spring applications.
  • Reactive Web starter: The "Reactive Web" starter is available in the start.spring.io tool, allowing users to easily add web reactive capabilities to their projects.
  • WebFlux sample apps: The spring boot repository contains sample applications that showcase the features and capabilities of WebFlux.

Summary

The Spring Boot Web Reactive Starter is an experimental project that provides support for web reactive programming in Spring applications. It has been merged into Spring Boot 2.0 and can be easily added to projects using the "Reactive Web" starter in start.spring.io. The Spring Boot Web Reactive Starter simplifies the process of migrating existing apps to use web reactive programming.