Registry / web-framework / spring-cloud-starter-netflix-zuul

spring-cloud-starter-netflix-zuul

JSON →
library2.2.10.RELEASEjavamavenunverified

Spring Cloud starter for Netflix Zuul, providing API gateway and routing capabilities.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-zuul</artifactId> <version>2.2.10.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-START
S
spring-cloud-starter-netflix-zuul
web-frameworkjavav2.2.10.RELEASE
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.

EnableZuulProxy
org.springframework.cloud.netflix.zuul.EnableZuulProxy

Enable Zuul proxy in a Spring Boot application.

import org.springframework.cloud.netflix.zuul.EnableZuulProxy; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication @EnableZuulProxy public class GatewayApplication { public static void main(String[] args) { SpringApplication.run(GatewayApplication.class, args); } }
Debug
Known issues
breakingZuul is in maintenance mode; consider using Spring Cloud Gateway for new projects.
fix
Replace spring-cloud-starter-netflix-zuul with spring-cloud-starter-gateway.
affects: >=2.2.0
Upgrade
Version history
2.2.10.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
OpenAI (training)
1
Resources
spring-cloud-starter-netflix-zuul — mvn dependency:get spring-cloud-starter-netflix-zuul · libregistry