Tag: Spring Cloud Gateway
All the articles with the tag "Spring Cloud Gateway".
-
Spring Cloud Gateway 核心
Spring Cloud Gateway 是 Spring Cloud 的网关解决方案,基于 Spring WebFlux 构建,提供路由转发、过滤器、限流等功能。
-
网关限流实战
网关限流是保护系统稳定性的关键措施,通过在网关层控制请求速率,可以防止突发流量冲垮后端服务。
-
网关统一鉴权
网关统一鉴权是微服务安全的第一道防线,通过在网关层集中处理认证和授权,可以实现统一的安全策略和权限控制。