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