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