Spring-Cloud-Eureka-Services-Client-Registry-Discovery
Go to server directory
spring-eureka-server > mvn spring-boot:run
Go to directory
spring-eureka-client-student-service > mvn spring-boot:run
Go to directory
spring-eureka-client-school-service > mvn spring-boot:run
http://localhost:8098/students/ABC
it will return student list in json format
http://localhost:8099/schools/ABC/students
it will return student list in json format