-
Deployment.springSelfContained(Class<? extends org.springframework.web.WebApplicationInitializer>... webAppInitializers)
Deployment configuration for a root web application, with resources
fetched from the classpath, and initialized by the given
WebApplicationInitializer implementations.
Deployment configuration for a root web application, with resources
fetched from the given path on the local filesystem, and initialized by
the given WebApplicationInitializer implementations.
Application runs behind a reverse proxy and X-Forwarded-* HTTP headers
should be read.
Adds overrides to web application properties.
Deployment.withProperties(org.springframework.core.env.EnumerablePropertySource propertySource)
Adds an additional Spring property source, e.g.
Creates the embedded web server.