spring-bootspring-webfluxreactiveapplication-serverspring-cloud-gateway

Is it possible to run Spring Cloud Gateway on an external application server?


I want to create a war file of Spring Cloud Gateway Project (version 2.1.2.RELEASE) and deploy it on a container which supports reactive, is it possible? which application server is suggested?


Solution

  • AFAIK this is possible, but I wouldn't recommended it. If you package your application as a runnable jar it will ship with an embedded application server so it can run everywhere.