# study-cloud **Repository Path**: trayvon/study-cloud ## Basic Information - **Project Name**: study-cloud - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2026-01-01 - **Last Updated**: 2026-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 环境搭建 依赖nacos、redis https://sca.aliyun.com/en/docs/2023/best-practice/spring-boot-to-spring-cloud/?spm=5176.29160081.0.0.7a914310bYTUI7#d2e0d790 https://spring.io/projects/spring-cloud-alibaba https://nacos.io/docs/v2.4/ecology/use-nacos-with-spring-cloud/ https://docs.spring.io/spring-cloud-gateway/docs/4.1.x/reference/html/#gateway-starter https://resilience4j.readme.io/docs/getting-started https://resilience4j.readme.io/docs/getting-started-3 r4j https://zhuanlan.zhihu.com/p/1991103668796277036 http://localhost:8088/echo-feign/hello http://localhost:8087/normal/ok http://localhost:8087/normal/fail http://localhost:8088/feign/ok http://localhost:8088/feign/fail http://localhost:8000/api/normal/ok http://localhost:8000/api/normal/fail http://localhost:8000/api/feign/ok http://localhost:8000/api/feign/fail ab -n 10 -c 2 localhost:8087/normal/ok ab -n 10 -c 2 -v localhost:8000/api/normal/ok ab localhost:8087/normal/ok ab -n 100 -c 2 localhost:8099/bz/retry?id=2 ab -n 100 -c 2 localhost:8099/test-retry-manual ab -n 100 -c 2 localhost:8099/test-retry-annotation ab localhost:8000/normal/cb ab -n 100 -c 2 localhost:8000/normal/cb http://localhost:8099/actuator/health - 查看整体健康状态 http://localhost:8099/actuator/circuitbreakers - 查看断路器状态 http://localhost:8099/actuator/retries - 查看重试器状态 http://localhost:8099/actuator/ratelimiters http://localhost:8099/actuator/circuitbreakerevents http://localhost:8099/actuator/bulkhead http://localhost:8099/actuator/health - 查看重试健康状况 http://localhost:8099/actuator/metrics - 查看重试指标 http://localhost:8099/actuator/metrics/resilience4j.retry.calls http://localhost:8000/actuator/beans