SpringCloud简单搭建教程
文章目录一、springcloud四大模块的搭建步骤二、使用步骤1.步骤1.zuul和ribbon,nigix和foreign的关系总结一、springcloud四大模块的搭建步骤二、使用步骤1.步骤代码如下(示例):1.微服务监控中心模块 eruka:https://blog.csdn.net/weixin_38023579/article/details/813285242. feign的使用
一、springcloud四大模块的搭建步骤
二、使用步骤
1.步骤
代码如下(示例):
1.微服务监控中心模块 eruka:https://blog.csdn.net/weixin_38023579/article/details/81328524
2. feign的使用来发送请求更方便简洁:https://blog.csdn.net/weixin_38023579/article/details/104991929
3. hystrix的微服务熔断机制https://blog.csdn.net/weixin_38023579/article/details/81352553
4. 网关 zuul的使用https://blog.csdn.net/weixin_38023579/article/details/104997164
1.zuul和ribbon,nigix和foreign的关系
其中zuul和ribbon做负载均衡的关系,以及微服务负载均衡和nigix的区别 : https://blog.csdn.net/weixin_42596778/article/details/106363404
feign和ribbon的联系https://blog.csdn.net/qq_41347385/article/details/105094190
总结
总结来说就是zuul和feign都是依赖ribbon做的封装和改进
更多推荐
所有评论(0)