Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 343 Bytes

File metadata and controls

6 lines (5 loc) · 343 Bytes

Spring Cloud Eureka and Hystrix Example

Components

  • eureka-service - The Eureka service which is the Service Registry
  • hello-server - The Service which is going to give data to the Client.
  • hello-client - The Service which is going to get data from Server via the Discovery Service from the Service Registry (eureka-service).