In Spring boot applications, default packaging is jar which is deployed in embedded servers. If you want to generate a war file for deployment in seperate application server instances such as Jboss, Weblogic or tomcat, then follow below instructions.
The post Spring Boot 2.0 – WAR Packaging Example appeared first on HowToDoInJava.