Skip to content

wuqiangxjtu/spring-cloud-eureka-example

 
 

Repository files navigation

Build Status

spring-cloud-eureka-example

This is the source code for the blog post

https://exampledriven.wordpress.com/2016/07/01/spring-cloud-eureka-ribbon-feign-example/

This example covers the following :

  • Eureka server
  • Ribbon with rest template
  • Feign client
    • Hystrix fallback
    • Inheritance

To run this project

mvn clean install

then execute

mvn spring-boot:run

in the all the below directories in the following order

  • eureka-server
  • customer-service
  • customer-client-service

Test URLs :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 100.0%