Eureka Client and spring integration -


i trying make spring application discovery client. moment add following dependency

<dependency>         <groupid>com.netflix.eureka</groupid>         <artifactid>eureka-client</artifactid>         <version>1.1.37</version>     </dependency>  

the gwt webapp fails launch 503 service unavailable. can netflix eureka used spring boot or spring cloud applications?

resolved:

the version using old. updated version 1.1.159 , working fine.


Comments

Popular posts from this blog

Android : Making Listview full screen -

jsf - How to order SelectItems in custom renderer extending MyFaces HtmlMenuRenderer -

c# - How to share session between a MVC project and a WCF project? -