https://github.com/techprimers/spring-hystrix-example
Spring Cloud Hystrix Example
https://github.com/techprimers/spring-hystrix-example
circuit-breaker hystrix spring-boot spring-cloud spring-mvc
Last synced: about 1 year ago
JSON representation
Spring Cloud Hystrix Example
- Host: GitHub
- URL: https://github.com/techprimers/spring-hystrix-example
- Owner: TechPrimers
- Created: 2017-03-10T17:26:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T17:32:32.000Z (over 9 years ago)
- Last Synced: 2025-06-12T14:08:11.178Z (about 1 year ago)
- Topics: circuit-breaker, hystrix, spring-boot, spring-cloud, spring-mvc
- Language: Shell
- Homepage: https://youtu.be/P1iF8ltmlXE
- Size: 48.8 KB
- Stars: 4
- Watchers: 0
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Hystrix Example
This project depicts the Hystrix with Spring Hystrix and Spring Data REST Example.
## Description
This Project shows the list of Users which are stored in another microservice `https://spring-boot-tech-primers.cfapps.io/users`.
Using the following endpoints, different operations can be achieved:
- `/rest/users` - This returns the list of Users from another microservice(General)
- `/rest/users/hystriz` - This returns the list of Users and safegaurded by Spring Cloud Hystrix using Fallback implementation.
## Libraries used
- Spring Boot
- Spring REST Controller
- Spring Cloud Hystrix
## Git 2.10.0
- IntelliJ IDEA 2016.2.4
## Compilation Command
- `mvn clean install` - Plain maven clean and install