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 will share how to edit…
Read More Create a Deployable WAR File with Spring Boot