Quantcast
Channel: Maven Basics
Viewing all articles
Browse latest Browse all 71

Spring Boot 2.0 – WAR Packaging Example

$
0
0

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.


Viewing all articles
Browse latest Browse all 71

Trending Articles