摘要: 1, consul 2, zuul 程序的yml 文件 server: port: 8083spring: application: name: zuulInfo # 应用名称 cloud: consul: host: localhost port: 8500 discovery: service- 阅读全文
posted @ 2020-10-25 22:44 MaxBruce 阅读(158) 评论(0) 推荐(0)
摘要: 1, 添加依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-hystrix</artifactId> <version>2.0.2.RELEASE 阅读全文
posted @ 2020-10-25 07:52 MaxBruce 阅读(171) 评论(0) 推荐(0)