Package org.eco.mubisoft.good_and_cheap
Class ServletInitializer
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
org.eco.mubisoft.good_and_cheap.ServletInitializer
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
public class ServletInitializer
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Servlet Initializer
Initializer of the Servlet for the web application.
-
Field Summary
Fields inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
logger
-
Constructor Summary
Constructors Constructor Description ServletInitializer()
-
Method Summary
Modifier and Type Method Description protected 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ServletInitializer
public ServletInitializer()
-
-
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
-