Spring Boot – Deploy War File To Separate Tomcat In Maven Web Application.
This post shows how to deploy a spring boot war file to the separate tomcat container in maven.
Step 1 : extends SpringBootServletInitializer subclass and overrides its configure method.
Typically, update your application’s main class to extend Sprin...
blog.jayanisumudini.com2 min read