2020年6月26日

springCloud(十三) spring cloud api网关 -zuul

摘要: 1: 相关图片 2:项目配置 1: pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/ 阅读全文

posted @ 2020-06-26 14:02 顾~小诺 阅读(269) 评论(0) 推荐(0) 编辑

springCloud(十二) hystrix dashboard

摘要: 被监控端 1: 在微服务上pom.xml 引入依赖 <dependency> <groupId>com.netflix.hystrix</groupId> <artifactId>hystrix-metrics-event-stream</artifactId> <version>1.5.18</v 阅读全文

posted @ 2020-06-26 11:36 顾~小诺 阅读(188) 评论(0) 推荐(0) 编辑

springCloud(十一) hystrix 超时设置

摘要: eureka: client: service-url: defaultZone: http://localhost:8761/eureka spring: application: name: member-service feign: hystrix: enabled: true client: 阅读全文

posted @ 2020-06-26 10:42 顾~小诺 阅读(777) 评论(0) 推荐(0) 编辑

导航