Zuul API Gateway - vidyasekaran/current_learning GitHub Wiki

Code downloaded from https://howtodoinjava.com/spring-cloud/spring-cloud-api-gateway-zuul/

We are createing a student microservice and and zuul api gateway service location present below. Refer URLs to hit the Student service directly and via Zuul

E:\build_complete_microservices\spring-boot-zuulgatwayproxy E:\build_complete_microservices\spring-boot-zuulgatwayproxy-student-service

Hitting service Student Service directly http://localhost:8090/getStudentDetails/Sajal

Hitting service thru Zuul http://localhost:8080/student/getStudentDetails/Sajal