我想部署Spring Cloud Gateway,但它是基于Spring Framework 5,Project Reactor构建的。
我可以创建WAR文件并将其部署在传统的应用程序服务器(如Jboss或Tomcat)上。
this page中的Spring文档说有可能。
Tomcat,Jetty,Servlet 3.1+容器支持Spring WebFlux
注意: 这是Spring Cloud Gateway项目链接 https://spring.io/projects/spring-cloud-gateway
答案 0 :(得分:1)
我认为这是不可能的,因为Spring Cloud Gateway本身就是Spring Boot WebFlux应用程序,并且只有嵌入式服务器as mentioned in the Spring Boot reference documentation支持此用例。