类 XBaseWebAdminApplication
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
com.hengyi.xbaseweb.admin.XBaseWebAdminApplication
- 所有已实现的接口:
org.springframework.web.WebApplicationInitializer
@SpringBootApplication
@EnableTransactionManagement
@EnableScheduling
@EnableFileStorage
@MapperScan("com.hengyi.xbaseweb.*.mapper")
@ComponentScan(basePackages="com.hengyi.xbaseweb.*")
public class XBaseWebAdminApplication
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
字段概要
从类继承的字段 org.springframework.boot.web.servlet.support.SpringBootServletInitializer
logger -
构造器概要
构造器 -
方法概要
从类继承的方法 org.springframework.boot.web.servlet.support.SpringBootServletInitializer
createRootApplicationContext, createSpringApplicationBuilder, deregisterJdbcDrivers, onStartup, run, setRegisterErrorPageFilter, shutDownSharedReactorSchedulers
-
构造器详细资料
-
XBaseWebAdminApplication
public XBaseWebAdminApplication()
-
-
方法详细资料
-
main
-
configure
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder builder) - 覆盖:
configure在类中org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-