Class RarogPlatformServer

java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
eu.rarogsoftware.rarog.platform.RarogPlatformServer
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

@Order(1) @SpringBootApplication(exclude=org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration.class) @ComponentScan(excludeFilters={@Filter(type=CUSTOM,classes=org.springframework.boot.context.TypeExcludeFilter.class),,}) public class RarogPlatformServer 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
    protected org.springframework.boot.builder.SpringApplicationBuilder
    configure(org.springframework.boot.builder.SpringApplicationBuilder builder)
     
    protected org.springframework.boot.builder.SpringApplicationBuilder
     
    static void
    main(String[] args)
     
    void
    onStartup(jakarta.servlet.ServletContext servletContext)
     

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

    createRootApplicationContext, deregisterJdbcDrivers, run, setRegisterErrorPageFilter

    Methods inherited from class java.lang.Object

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

    • RarogPlatformServer

      public RarogPlatformServer()
  • Method Details

    • main

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

      protected org.springframework.boot.builder.SpringApplicationBuilder createSpringApplicationBuilder()
      Overrides:
      createSpringApplicationBuilder in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
    • onStartup

      public void onStartup(jakarta.servlet.ServletContext servletContext) throws jakarta.servlet.ServletException
      Specified by:
      onStartup in interface org.springframework.web.WebApplicationInitializer
      Overrides:
      onStartup in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
      Throws:
      jakarta.servlet.ServletException
    • configure

      protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder builder)
      Overrides:
      configure in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer