欢迎来到我的博客

置顶前端框架Vue教程

前端 

置顶Spring Boot开发教程

spring 

置顶Spring+SpringMVC教程

spring 

置顶Linux操作系统的使用教程


分布式消息队列(RabbitMQ)学习记录

分布式消息队列(RabbitMQ)学习记录 本文使用的操作系统为windows,使用JDK17 RabbitMQ官网 分布式消息队列技术选型参考 分布式消息队列的使用场景: 异步处理 应用解耦 流量削峰 流量削峰 基本概念 AMQP协议(Advanced Message Queue Protocol

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>