类 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
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected org.springframework.boot.builder.SpringApplicationBuilder
    configure(org.springframework.boot.builder.SpringApplicationBuilder builder)
     
    static void
    main(String[] args)
     

    从类继承的方法 org.springframework.boot.web.servlet.support.SpringBootServletInitializer

    createRootApplicationContext, createSpringApplicationBuilder, deregisterJdbcDrivers, onStartup, run, setRegisterErrorPageFilter, shutDownSharedReactorSchedulers

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • XBaseWebAdminApplication

      public XBaseWebAdminApplication()
  • 方法详细资料

    • main

      public static void main(String[] args)
    • configure

      protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder builder)
      覆盖:
      configure 在类中 org.springframework.boot.web.servlet.support.SpringBootServletInitializer