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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a simple reactive route using RouterFunctions.
Ensure only one web stack is used (WebFlux or MVC) by excluding spring-boot-starter-web if present.
No dependency data recorded yet.