I have an interesting decision to take for my project. We use spring boot for our micro services.
The development environment is spring boot wíth tomcat in the embedded mode. However, I am not sure if there are any advantages/ drawbacks if I choose this way in production too. The counter argument is to deploy a war in a separate tomcat. I am not able to think on any buying points for both views
What will be the best choice for a large enterprise production system on cloud(jar/war)?
I saw some recommendations here (but I need more stronger reasons to chosse/ not choose any one): Spring boot embedded container or war file in an external container for production