Spring Boot can build executable .jar
or .war
files. Is there any difference between them, besides the file extension?
The documentation states You should configure your project to build a jar or war (as appropriate)
. For a Spring MVC web application, is in inappropriate (for technical reasons) to build an executable .jar
instead of an executable .war
?