Package org.zkoss.zkspringboot.zats
Class ZatsSpringBootContextLoaderListener.ZatsSpringBootServletInitializer
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
org.zkoss.zkspringboot.zats.ZatsSpringBootContextLoaderListener.ZatsSpringBootServletInitializer
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
- Enclosing class:
- ZatsSpringBootContextLoaderListener
public static class ZatsSpringBootContextLoaderListener.ZatsSpringBootServletInitializer
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
Methods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
createRootApplicationContext, createSpringApplicationBuilder, deregisterJdbcDrivers, run, setRegisterErrorPageFilter, shutDownSharedReactorSchedulers
-
Constructor Details
-
ZatsSpringBootServletInitializer
public ZatsSpringBootServletInitializer() -
ZatsSpringBootServletInitializer
-
-
Method Details
-
onStartup
public void onStartup(jakarta.servlet.ServletContext servletContext) - Specified by:
onStartupin interfaceorg.springframework.web.WebApplicationInitializer- Overrides:
onStartupin classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
configure
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder builder) - Overrides:
configurein classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-