August 2018
Intermediate to advanced
372 pages
9h 29m
English
Previously, we created .war files and then dropped them into the corresponding servlet container's deployment directory. However, Spring Boot includes an embedded servlet container, which ensures that this is no longer necessary. The idea is to generate a JAR file with all involved dependencies, and then execute the JAR file as a regular Java application. It's possible, but not recommended, to keep using the old approach of generating WAR files.
Read now
Unlock full access