@SpringBootApplication
@ImportResource(value="classpath:/META-INF/spring/application.xml")
public class Application
extends org.springframework.boot.web.support.SpringBootServletInitializer
| Modifier and Type | Field and Description |
|---|---|
protected String |
environmentCode |
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean |
apiProxyServlet() |
org.springframework.boot.web.servlet.FilterRegistrationBean |
cacheFilter() |
org.springframework.boot.web.servlet.FilterRegistrationBean |
captchaFilter() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
captchaServlet() |
org.springframework.boot.web.servlet.FilterRegistrationBean |
characterEncodingFilter() |
protected org.springframework.boot.builder.SpringApplicationBuilder |
configure(org.springframework.boot.builder.SpringApplicationBuilder application) |
org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer |
containerCustomizer() |
org.springframework.boot.web.servlet.FilterRegistrationBean |
doSFilter() |
protected String |
getEnvironment()
Fix the system environment from "auto" to the guess value.
|
org.springframework.boot.web.servlet.FilterRegistrationBean |
htmlProxyFilter() |
org.springframework.security.web.session.HttpSessionEventPublisher |
httpSessionEventPublisher() |
static void |
main(String[] args) |
org.springframework.boot.web.servlet.ServletRegistrationBean |
managementServlet() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
pluginProxyServlet() |
org.springframework.web.context.request.RequestContextListener |
requestContextListener() |
org.springframework.boot.web.servlet.FilterRegistrationBean |
securityFilterChainRegistration() |
@Value(value="${app-env:auto}")
protected String environmentCode
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder application)
configure in class org.springframework.boot.web.support.SpringBootServletInitializerpublic static void main(String[] args)
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean managementServlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean apiProxyServlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean pluginProxyServlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean captchaServlet()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean securityFilterChainRegistration()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean characterEncodingFilter()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean htmlProxyFilter()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean cacheFilter()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean doSFilter()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean captchaFilter()
protected String getEnvironment()
@Bean public org.springframework.web.context.request.RequestContextListener requestContextListener()
@Bean public org.springframework.security.web.session.HttpSessionEventPublisher httpSessionEventPublisher()
@Bean public org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer containerCustomizer()
Copyright © 2017 Gfi Informatique. All rights reserved.