How to Include Spring Cloud Gateway Server MVC
要在项目中包含 Spring Cloud Gateway Server MVC,请使用组 ID 为 org.springframework.cloud
且工件 ID 为 spring-cloud-starter-gateway-mvc
的启动器。有关使用当前 Spring Cloud Release Train 设置构建系统的详细信息,请参见 Spring Cloud Project page。
如果你包含入门包,但不想启用网关,请将 spring.cloud.gateway.mvc.enabled=false
设置为 false。
Spring Cloud Gateway Server MVC 是基于 Spring Boot 和 Spring WebMvc.fn 构建的。结果,在您使用 Spring Cloud Gateway Server MVC 时,许多异步或响应式库可能不适用。
Spring Cloud Gateway Server MVC 可与传统的 Servlet 运行时(如 Tomcat 和 Jetty)配合使用。