OpenFeign远程调用组件的使用教程

OpenFeign远程调用组件的使用教程 使用的springcolud版本是 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>sprin

Spring Cloud Alibaba Sentinel使用教程

Spring Cloud Alibaba Sentinel使用教程 什么是Sentinel Sentinel的github官网 Sentinel官网 随着微服务的流行,服务和服务之间的稳定性变得越来越重要。 Sentinel以流量为切入点,从流量控制、熔断降级、系统负载保护等多个维度保护服务的稳定性

Spring Colud Alibaba Nacos微服务组件的使用教程

Spring Colud Alibaba Nacos微服务组件的使用教程 Nacos官网 什么是nacos Dynamic Naming and Configuration Service(动态命名和配置服务) nacos可以作为服务注册中心 nacos可以作为配置中心 nacos即支持AP也支持C

Spring Cloud Sleuth + Zipkin使用教程

Spring Cloud Sleuth + Zipkin使用教程 Sleuth官方文档 Sleuth提供了一套完整的服务跟踪的解决方案并兼容Zipkin Sleuth做链路追踪,Zipkin做数据搜集/存储/可视化 在分布应用中,存在服务之间的相互调用,在这里相互调用之间就形成了一条调用链路 一条链

SpringCloudGateWay网关组件使用教程

SpringCloudGateWay网关组件使用教程 Spring Cloud GateWay官方文档 使用的springcolud版本是 <dependency> <groupId>org.springframework.cloud</groupId>

Eureka服务注册与发现组件使用教程

Eureka服务注册与发现组件使用教程 服务注册与发现 负载均衡 远程调用 父模块的pom.xml配置 采用服务组件需要特别注意版本的关系,避免依赖冲突 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apach