- 博客(6)
- 收藏
- 关注
原创 spring cloud2 config client
pom.xml <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.1.RELEASE</version>
2018-05-23 16:58:06
658
原创 spring cloud2 config server+bus+rabbit
pom.xml部分 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.1.RELEASE</version>
2018-05-23 16:44:40
1209
原创 spring cloud2 ribbon客户端负载故障重试转发
pom.xml部分 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.1.RELEASE</version>
2018-05-23 16:13:58
1521
1
原创 spring cloud2 zuul网关故障重试转发
pom.xml部分 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.0.RELEASE</version>
2018-05-23 15:58:41
1975
原创 spring cloud2 eureka集群中url认证方式
准备环境 spring boot 2.0.1.RELEASE spring cloud Finchley.M9pom.xml部分 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artif...
2018-05-23 11:22:25
1376
原创 spring cloud2 hystrix没有/actuator/hystrix.stream路径解决
在启动类中加入@Beanpublic ServletRegistrationBean getServlet(){ HystrixMetricsStreamServlet streamServlet = new HystrixMetricsStreamServlet(); ServletRegistrationBean registrationBean = new ServletR...
2018-05-23 10:30:40
10992
5
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人