Skip to content

java-tips/spring-circuit-breaker

Repository files navigation

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