Previously we have learnt how to build a Spring Boot Hello World application using Maven and through Eclipse. In this Spring Boot example, we will be building the same hello world application with a slight difference instead of building an executable JAR we will be building a WAR file. We will be extending SpringBootServletInitializer in order to create deployable WAR file. … [Read more...]