Package de.trustable.ca3s.core
Class ApplicationWebXml
- java.lang.Object
-
- org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- de.trustable.ca3s.core.ApplicationWebXml
-
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
public class ApplicationWebXml extends org.springframework.boot.web.servlet.support.SpringBootServletInitializerThis is a helper Java class that provides an alternative to creating aweb.xml. This will be invoked only when the application is deployed to a Servlet container like Tomcat, JBoss etc.
-
-
Constructor Summary
Constructors Constructor Description ApplicationWebXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.boot.builder.SpringApplicationBuilderconfigure(org.springframework.boot.builder.SpringApplicationBuilder application)
-