项目作者: java-tips

项目描述 :
高级语言: Java
项目地址: git://github.com/java-tips/spring-circuit-breaker.git
创建时间: 2019-11-15T01:45:41Z
项目社区:https://github.com/java-tips/spring-circuit-breaker

开源协议:

下载


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