摘要:
1.代码 cloud-gateway9527工程: pom-这个工程也要注册进eureka所以也添加了eureka: <dependencies> <!-- gateway网关 --> <dependency> <groupId>org.springframework.cloud</groupId> 阅读全文
摘要:
1.平台搭建 新建一个工程: cloud-consumer-hystrix-dashboard9001 pom必须引入actuator,所有需要被监控的服务都要引入actuator: <!-- netflix dashboard --> <dependency> <groupId>org.sprin 阅读全文
摘要:
Payment8001里试验: @Service public class HystrixPaymentService { /** * *模拟服务熔断 * 这里的意思是: 在10秒的时间窗口期内,请求次数超过十次,失败率达到30%,就打开服务熔断 */ @HystrixCommand(fallbac 阅读全文