摘要:
Gateway geteway三大核心 路由 断言 过滤 依赖 <!--springcloud gateway--> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter- 阅读全文
摘要:
Hystrix快速整合: Hystrix在服务端和客户端都可以进行降级、熔断、限流 POM依赖 <!--netflix-hystrix--> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring- 阅读全文