Package eu.rarogsoftware.rarog.platform
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.boot.builder.SpringApplicationBuilder
configure
(org.springframework.boot.builder.SpringApplicationBuilder builder) protected org.springframework.boot.builder.SpringApplicationBuilder
static void
void
onStartup
(jakarta.servlet.ServletContext servletContext) Methods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
createRootApplicationContext, deregisterJdbcDrivers, run, setRegisterErrorPageFilter
-
Constructor Details
-
RarogPlatformServer
public RarogPlatformServer()
-
-
Method Details
-
main
-
createSpringApplicationBuilder
protected org.springframework.boot.builder.SpringApplicationBuilder createSpringApplicationBuilder()- Overrides:
createSpringApplicationBuilder
in classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
onStartup
public void onStartup(jakarta.servlet.ServletContext servletContext) throws jakarta.servlet.ServletException - Specified by:
onStartup
in interfaceorg.springframework.web.WebApplicationInitializer
- Overrides:
onStartup
in classorg.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 classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-