public class SpringApplicationWebApplicationInitializer
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
SpringBootServletInitializer
for CLI packaged WAR files.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SOURCE_ENTRY
The entry containing the source class.
|
Constructor and Description |
---|
SpringApplicationWebApplicationInitializer() |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.boot.builder.SpringApplicationBuilder |
configure(org.springframework.boot.builder.SpringApplicationBuilder builder) |
void |
onStartup(javax.servlet.ServletContext servletContext) |
public static final java.lang.String SOURCE_ENTRY
public SpringApplicationWebApplicationInitializer()
public void onStartup(javax.servlet.ServletContext servletContext) throws javax.servlet.ServletException
onStartup
in interface org.springframework.web.WebApplicationInitializer
onStartup
in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
javax.servlet.ServletException
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder builder)
configure
in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer