Spring Boot Eureka Zual Hystrix Rest Api Docs

[Solved] Spring Boot Eureka Zual Hystrix Rest Api Docs | Java Frameworks Spring - Code Explorer | yomemimo.com
Question : spring boot eureka , zual hystrix, rest api docs

Answered by : attractive-anaconda-pdiarndl84cb

@Autowired
private EurekaClient discoveryClient;
public String serviceUrl() { InstanceInfo instance = discoveryClient.getNextServerFromEureka("STORES", false); return instance.getHomePageUrl();
}

Source : https://cloud.spring.io/spring-cloud-static/spring-cloud-netflix/2.2.0.RC2/reference/html/#using-the-eurekaclient | Last Update : Sun, 31 May 20

Answers related to spring boot eureka zual hystrix rest api docs

Code Explorer Popular Question For Java Frameworks Spring