vagivagi / spring-cloud-eureka-example

This is the source code for the blog post

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

This is the source code for the blog post

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


Languages

Language:Java 100.0%