发表评论取消回复
相关阅读
相关 一文入门Spring Cloud (Greenwich版本)
github: https://github.com/ZhangDi-d/SpringCloudSample > 本文包含springcloud 服务注册发现Eureka C
相关 SpringCloud 2.x学习笔记:8、Spring Cloud Sleuth(Greenwich版本)
1、服务追踪组件zipkin Spring Cloud Sleuth集成了zipkin组件 2、构建server-zipkin 从spring Cloud为F版本
相关 Spring Cloud 2.x学习笔记:2、feign改进(Greenwich版本)
1、Feign简介 Feign 整合了ribbon,具有负载均衡的能力;Feign 采用的是基于接口的注解 2、新建模块 新建一个服务消费者模块consumer-
相关 Spring Cloud 2.x完整入门Demo样例(Greenwich版本)
2019年6月,当前最新版Greenwich.SR1发布。 参考官方文档 [https://cloud.spring.io/spring-cloud-static/Gr
相关 SpringCloud 2.x学习笔记:7、Spring Cloud Bus(Greenwich版本)
1、Spring Cloud Bus介绍 2、改造config-client 2.1 pom.xml 在pom.xml文件添加spring-cloud-sta
相关 SpringCloud 2.x学习笔记:15、Spring Cloud Gateway之Filter过滤器(Greenwich版本)
1、AddRequestHeader过滤器 server: port: 7013 --- spring: cloud:
相关 SpringCloud 2.x学习笔记:12、Spring Cloud Gateway简单例子(Greenwich版本)
1、Spring Cloud Gateway介绍 Spring Cloud Gateway是Spring Cloud官方推出的第二代网关框架,取代Zuul网关。 Sp
相关 SpringCloud 2.x学习笔记:14、Spring Cloud Gateway路由断言工厂(Greenwich版本)
1、Predicate断言 gateway-predicate模块的pom.xml <?xml version="1.0" encoding="UTF-8"?>
相关 SpringCloud 2.x学习笔记:17、Spring Cloud Gateway之服务注册与发现(Greenwich版本)完整代码
一共三个模块,服务注册模块eureka-server、服务提供模块service-hello和网关模块service-gateway。 1、eureka-server模块
相关 SpringCloud 2.x学习笔记:16、Spring Cloud Gateway之限流(Greenwich版本)
1、令牌桶算法 ![在这里插入图片描述][20190626143545665.jpg] 2、简单例子 2.1 pom <?xml version="
还没有评论,来说两句吧...