Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 531 Bytes

File metadata and controls

17 lines (17 loc) · 531 Bytes

spring-circuit-breaker

CircleCI
This project is a tip for how to use a circuit breaker with spring boot.
Netflix Hystrix has a great implementation for that and here is an example.
Feel free to use and make changes if you want.


Fist step:
Build the application ./gradlew build

Second step:
Run the application ./gradlew bootRun

Enjoy it :D