首页
归档
默认分类
后端
Java
spring
kotlin
cloud
前端
中间件
原创
杨逸
Java选手
累计撰写
49
篇文章
累计创建
8
个分类
累计收到
2
条评论
导航
首页
归档
默认分类
后端
Java
spring
kotlin
cloud
前端
中间件
原创
目录
分类
cloud
OpenFeign远程调用组件的使用教程
OpenFeign远程调用组件的使用教程 使用的springcolud版本是 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>sprin
2025-09-19 14:49
0
0
0
24.0℃
后端
cloud
Spring Cloud Alibaba Sentinel使用教程
Spring Cloud Alibaba Sentinel使用教程 什么是Sentinel Sentinel的github官网 Sentinel官网 随着微服务的流行,服务和服务之间的稳定性变得越来越重要。 Sentinel以流量为切入点,从流量控制、熔断降级、系统负载保护等多个维度保护服务的稳定性
2025-09-19 14:25
0
0
0
24.0℃
cloud
Java
Spring Colud Alibaba Nacos微服务组件的使用教程
Spring Colud Alibaba Nacos微服务组件的使用教程 Nacos官网 什么是nacos Dynamic Naming and Configuration Service(动态命名和配置服务) nacos可以作为服务注册中心 nacos可以作为配置中心 nacos即支持AP也支持C
2025-09-15 07:50
1
0
0
24.1℃
cloud
Java
Spring Cloud Sleuth + Zipkin使用教程
Spring Cloud Sleuth + Zipkin使用教程 Sleuth官方文档 Sleuth提供了一套完整的服务跟踪的解决方案并兼容Zipkin Sleuth做链路追踪,Zipkin做数据搜集/存储/可视化 在分布应用中,存在服务之间的相互调用,在这里相互调用之间就形成了一条调用链路 一条链
2025-09-14 06:07
2
0
0
24.2℃
Java
cloud
SpringCloudGateWay网关组件使用教程
SpringCloudGateWay网关组件使用教程 Spring Cloud GateWay官方文档 使用的springcolud版本是 <dependency> <groupId>org.springframework.cloud</groupId>
2025-09-12 13:41
2
0
0
24.2℃
后端
Java
cloud
Eureka服务注册与发现组件使用教程
Eureka服务注册与发现组件使用教程 服务注册与发现 负载均衡 远程调用 父模块的pom.xml配置 采用服务组件需要特别注意版本的关系,避免依赖冲突 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apach
2025-05-04 05:43
10
0
0
25.0℃
后端
Java
cloud
弹