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 -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -