Package com.cis.gorecipe
Class ServletInitializer
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
com.cis.gorecipe.ServletInitializer
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
public class ServletInitializer
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
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.SpringApplicationBuilderconfigure(org.springframework.boot.builder.SpringApplicationBuilder application)Methods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
createRootApplicationContext, createSpringApplicationBuilder, deregisterJdbcDrivers, onStartup, run, setRegisterErrorPageFilter
-
Constructor Details
-
ServletInitializer
public ServletInitializer()
-
-
Method Details
-
configure
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder application)- Overrides:
configurein classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-