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
Ещё видео!