Registry / web-framework / spring-boot-starter-webflux

spring-boot-starter-webflux

JSON →
library4.0.2javamavenunverified

Starter for building reactive web applications with Spring WebFlux and Reactor Netty.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-webflux
web-frameworkjavav4.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RouterFunctions
org.springframework.web.reactive.function.server.RouterFunctions

Creates a simple reactive route using RouterFunctions.

import org.springframework.web.reactive.function.server.RouterFunctions; import org.springframework.web.reactive.function.server.ServerResponse; import static org.springframework.web.reactive.function.server.RequestPredicates.GET; public class Main { public static void main(String[] args) { RouterFunctions.route(GET("/hello"), request -> ServerResponse.ok().bodyValue("Hello")); } }
Debug
Known issues
breakingWebFlux requires reactive dependencies; mixing with Spring MVC can cause conflicts.
fix
Ensure only one web stack is used (WebFlux or MVC) by excluding spring-boot-starter-web if present.
affects: >=2.0.0
Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources