Dockerizing Spring Boot War
In this blog post, I will show you how to create Docker images of Spring Boot Applications which are deployed as war files in Tomcat. In one of previous blog post, I have covered how to dockerize the Spring Boot Jar files. Now Let’s see , How to dockerize the Spring Boot war file. 1….