
springcloud
文章平均质量分 78
我不是臭弟弟
好吃懒做 无所不为
展开
-
基于Ribbon的服务调用
说明官方网址: https://github.com/Netflix/ribbonSpring Cloud Ribbon是一个基于HTTP和TCP的客户端负载均衡工具,它基于Netflix Ribbon实现。通过Spring Cloud的封装,可以让我们轻松地将面向服务的REST模版请求自动转换成客户端负载均衡的服务调用。1.Ribbon 服务调用1.项目中引入依赖说明:1.如果使用的是eureka client 和 consul client,无须引入依赖,因为在eureka,consu原创 2021-03-15 20:10:37 · 400 阅读 · 0 评论 -
搭建springcloud开发环境
版本命名官网地址:https://spring.io/projects/spring-cloudSpring Cloud is an umbrella(伞) project consisting of independent projects with, in principle, different release cadences. To manage the portfolio a BOM (Bill of Materials) is published with a curated set原创 2020-09-17 09:51:18 · 434 阅读 · 0 评论 -
SpringCloud 微服务工具集v1.1入门学习——(1)
版本: Hoxton SR61.什么是微服务官网: https://www.martinfowler.com/articles/microservices.htmlIn short, the microservice architectural style is an approach to developing a single application as a suite of small services, each running in its own process and co.原创 2020-09-10 09:21:04 · 504 阅读 · 0 评论