Package com.skava
Class ExternalTomcatServletInitializer
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
com.skava.ExternalTomcatServletInitializer
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
public class ExternalTomcatServletInitializer
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
This class is used to configure the external tomcat server with Spring Boot application
Not applicable for embedded tomcat with Spring Boot application
- Author:
- Infosys Equinox
-
Field Summary
Fields inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.boot.builder.SpringApplicationBuilder
configure
(org.springframework.boot.builder.SpringApplicationBuilder application) Methods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
createRootApplicationContext, createSpringApplicationBuilder, deregisterJdbcDrivers, onStartup, run, setRegisterErrorPageFilter, shutDownSharedReactorSchedulers
-
Constructor Details
-
ExternalTomcatServletInitializer
public ExternalTomcatServletInitializer()
-
-
Method Details
-
configure
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder application) - Overrides:
configure
in classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-