6.Microservices and Spring Security - Zuul gateway Intro and Configuration- Routing and Filtering

Опубликовано: 30 Март 2026
на канале: Pavan Tricks
892
7

in this video, i configure the zuul API gateway.
NOTE : in case of zuul error add following details in POM.xml because now zuul is under maintance mode for some days.

pom.xml
spring-cloud.version: Hoxton.SR10
version : 2.3.9.RELEASE

Dependancy :
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-netflix-eureka-client , spring-cloud-starter-netflix-zuul

Main Class :
@EnableDiscoveryClient
@EnableZuulProxy