spring boot eureka 2c zual hystrix 2c rest api docs

Solutions on MaxInterview for spring boot eureka 2c zual hystrix 2c rest api docs by the best coders in the world

showing results for - "spring boot eureka 2c zual hystrix 2c rest api docs"
Nada
17 May 2017
1@Autowired
2private EurekaClient discoveryClient;
3
4public String serviceUrl() {
5    InstanceInfo instance = discoveryClient.getNextServerFromEureka("STORES", false);
6    return instance.getHomePageUrl();
7}
similar questions