该版本仍在开发中,尚未被视为稳定。对于最新稳定版本,请使用Spring Cloud Gateway 5.0.0spring-doc.cadn.net.cn

春云门户

该项目提供了一个基于 Spring 生态系统构建的 API 网关,包括:Spring Framework 7、Spring Boot 4 和 Project Reactor。Spring Cloud Gateway 旨在提供一种简单但高效的路径,用于路由到 API,并针对它们提出跨领域的关注点,如安全性、监控/指标和弹性。spring-doc.cadn.net.cn

Spring Cloud Gateway 有两种截然不同的类型:服务器代理交换。每种版本都支持WebFlux和Web MVC兼容性。spring-doc.cadn.net.cn

  • 服务器变体是一个功能齐全的API网关,可以独立运行,也可以嵌入在Spring Boot应用中。spring-doc.cadn.net.cn

  • 代理交换变体仅用于基于注释的WebFlux或Web MVC应用,并允许使用特殊代理交换对象作为Webhandler方法的参数。spring-doc.cadn.net.cn