发表评论取消回复
相关阅读
相关 Spring Cloud系列之Eureka
什么是框架? 个人简单的理解,框架是一个半成品,在java开发中就是一种规范+一群jar包 使用框架开发的目的 用来提高开发效率,这一点个人最大的体会就是从学会使
相关 Spring Cloud Eureka入门配置
一.Spring Cloud Eureka和Zookeeper的区别? ![在这里插入图片描述][watermark_type_ZmFuZ3poZW5naGVpdGk_sh
相关 spring cloud 入门实践系列 - feign
Spring cloud对feign的定义 [http://cloud.spring.io/spring-cloud-static/spring-cloud-netflix
相关 spring cloud 入门实践系列 - Hystrix
> Hystrix is a latency and fault tolerance library designed to isolate points of access
相关 spring cloud 入门实践系列 - ribbon
> Ribbon is a client side IPC library that is battle-tested in cloud. It provides the fo
相关 spring cloud 入门实践系列 - eureka
> eureka 分为三种角色:eureka server,service provider,service consumer eureka server 服务端 先
相关 spring cloud 入门实践系列 - zuul源码理解
从两条线分析zuul的源代码 1 启动加载配置 ZuulProxyConfiguration 2 请求访问zuul服务 [http://172.16.153.1:89
相关 spring cloud 入门实践系列 - zuul
> Zuul is the front door for all requests from devices and web sites to the backend of t
相关 spring cloud 入门系列二:使用Eureka 进行服务治理
服务治理可以说是微服务架构中最为核心和基础的模块,它主要用来实现各个微服务实例的自动化注册和发现。 Spring Cloud Eureka是Spring Cloud Netf
相关 spring cloud 从入门到精深系列-----Eureka 客户端(2)
前一篇文章,已经搭建了一个子系统的盘点中心,但是还没有子系统被它盘点呢!那么本文就创建一个子系统,向Eureka中心注册。 跟着下面的步骤,很快就可以搭建完成。 (1)搭建
还没有评论,来说两句吧...