what are the benefits of deploying a spring boot application on an application server?

14 views Asked by At

Spring boot comes with an embedded server that facilitates deployment. But based on my experience many companies are still using application servers to deploy their spring boot applications ( WildFly as an example) . I would like to know the advantages of this approach or maybe the use cases where you really need to exclude tomcat from spring boot before deploying it?

0

There are 0 answers