Class CronappInitializer

java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
cronapp.framework.boot.CronappInitializer
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

public abstract class CronappInitializer 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.boot.web.servlet.server.ServletWebServerFactory
     

    Methods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer

    configure, createRootApplicationContext, createSpringApplicationBuilder, deregisterJdbcDrivers, onStartup, run, setRegisterErrorPageFilter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CronappInitializer

      public CronappInitializer()
  • Method Details

    • servletContainer

      @Bean public org.springframework.boot.web.servlet.server.ServletWebServerFactory servletContainer()