滴水穿石
添加依赖
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-hystrix</artifactId> </dependency>
ribbon + restTample
启动类添加注解 : @EnableHystrix
service 类上添加一个回滚的方法
当服务不可用的时候,直接调用回滚的方法,不会出现等待未响应
=========================================================================
feign
给接口创建一个实现类,实现接口中的方法
在接口上配置回滚方法
========================================================添加监控的时候遇到了问题=============
添加
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-hystrix-dashboard</artifactId> </dependency>
这个依赖后总是报错。
未解决。放到后边。。。
—————————————————————————————————————————————————————————————————————————
无论如何,心平气和
时间: 2024-11-04 12:50:16