Spring-Cloud-Eureka-Services-Client-Registry-Discovery
Spring-Cloud-Eureka-Services-Client-Registry-Discovery
Go to server directoryspring-eureka-server > mvn spring-boot:run
Go to directoryspring-eureka-client-student-service > mvn spring-boot:run
Go to directoryspring-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