spring-boot-servlet-initializer
A Quick Intro to the SpringBootServletInitializer 1. Overview In this tutorial, we’ll go through a quick introduction of 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 from the… Continue Reading spring-boot-servlet-initializer