I\'m complete able to configure spring boot in both cases, the question here is which of them are more robust and is the more recommended, because I didn\'t find in the spri
I don't know much about server kind of things, But my recommendation is
If you are using Monolithic application, better to use war with external tomcat.
If you are using for Micro Service applications, use embedded tomcat with different port. And each micro service applications are independent from each other.