Create a Deployable WAR File with Spring Boot
When building RESTful Web Services with Spring Boot we can either package our Spring Boot App as an executable JAR file and run it with built-in Tomcat or we can create a deployable WAR file and then deploy it into a stand along Tomcat or Jetty. With this blog post, I am going to share with…
Read More Create a Deployable WAR File with Spring Boot