Introduction to the SpringBootServletInitializer
1. Overview In this tutorial, we’ll go through a quick introduction to the SpringBootServletInitializer. This is an extension of WebApplicationInitializer which runs a SpringApplication from a traditional WAR archive deployed on a web container. This class binds Servlet, Filter and ServletContextInitializer beans…