Spring Cloud Gateway Server provides an API gateway built on Spring WebFlux for routing and filtering requests.
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway-server</artifactId>
<version>4.3.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a simple route that forwards requests to an external URI.
Ensure your project uses Spring WebFlux (e.g., spring-boot-starter-webflux) instead of spring-boot-starter-web.
No dependency data recorded yet.