Spring Cloud Starter for building API gateways on Spring WebFlux, providing routing and filtering capabilities.
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-gateway</artifactId>
<version>4.3.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a simple route in Spring Cloud Gateway.
Ensure your project uses spring-boot-starter-webflux instead of spring-boot-starter-web.
No dependency data recorded yet.