Servlet container integration

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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.48.204