Registry / web-framework / spring-webflux

spring-webflux

JSON →
library7.0.7javamavenunverified

Spring WebFlux provides reactive web framework support for building non-blocking web applications.

<dependency> <groupId>org.springframework</groupId> <artifactId>spring-webflux</artifactId> <version>7.0.7</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-WEBFLUX
S
spring-webflux
web-frameworkjavav7.0.7
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

Defines a simple reactive route returning a greeting.

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 Example { public static void main(String[] args) { RouterFunctions.route(GET("/hello"), request -> ServerResponse.ok().bodyValue("Hello, WebFlux!")); } }
Debug
Known issues
breakingSpring WebFlux 7.0.7 is a pre-release version; APIs may change.
fix
Use a stable version like 6.x for production applications.
affects: 7.0.7
Upgrade
Version history
7.0.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
spring-webflux — mvn dependency:get spring-webflux · libregistry