-1

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?

Payam Soudachi
  • 301
  • 3
  • 5

1 Answers1

0

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.

TYsewyn
  • 562
  • 2
  • 9