摘要: 1 pom.xml 2 启动类 3 配置文件、 application.properties 在resources文件夹下新建bootstrap.properties文件 配置仓库中的application.properties为所有服务的公共配置, config lient 首先会查找applic 阅读全文
posted @ 2018-10-03 22:47 冬天不眠 阅读(1864) 评论(0) 推荐(0) 编辑
摘要: 1 pom.xml 2 配置文件 svn 目录 3 启动类 4 启动服务 5 刷新配置 http://127.0.0.1:7094/actuator/refresh 阅读全文
posted @ 2018-10-03 22:33 冬天不眠 阅读(1748) 评论(0) 推荐(0) 编辑
摘要: 改造之前一个项目 service-a 1 pom.xml添加如下 完整的pom 2 启动类添加注解 @EnableHystrix 3 配置文件添加如下配置 4 编写一个测试类 添加需要熔断的方法 @RestControllerpublic class HystrixTestC { @GetMappi 阅读全文
posted @ 2018-10-03 22:27 冬天不眠 阅读(625) 评论(0) 推荐(0) 编辑
摘要: 改造feign 项目 1 启动类添加注解 @EnableHystrix 2 添加如下配置文件 #ji eureka.instance.metadata-map.cluster=MAIN#actuatormanagement.server.port=9003management.endpoints.w 阅读全文
posted @ 2018-10-03 21:57 冬天不眠 阅读(424) 评论(0) 推荐(0) 编辑