Package de.codecentric.boot.admin
Class SpringBootAdminWarApplication
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
de.codecentric.boot.admin.SpringBootAdminWarApplication
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@Configuration(proxyBeanMethods=false)
@EnableAutoConfiguration
@EnableAdminServer
public class SpringBootAdminWarApplication
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
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, onStartup, run, setRegisterErrorPageFilter
-
Constructor Details
-
SpringBootAdminWarApplication
public SpringBootAdminWarApplication()
-
-
Method Details
-
main
-
configure
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder application) - Overrides:
configurein classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-