Spring Boot – Create a Deployable War File

In general Spring Boot applications are deployed as jar files but Spring Boot applications can also deployed as war files. In this blog post I will explain step by step process to convert Spring Boot application which is packaged as jar file to deployable war file. Spring Boot application when packaged as jar files they…