@Configuration(value="casEmbeddedContainerTomcatConfiguration") @EnableConfigurationProperties(value=CasConfigurationProperties.class) @ConditionalOnProperty(name="CasEmbeddedContainerConfigurationActive", havingValue="true") @ConditionalOnClass(value={org.apache.catalina.startup.Tomcat.class,org.apache.coyote.http2.Http2Protocol.class}) public class CasEmbeddedContainerTomcatConfiguration extends java.lang.Object
Constructor and Description |
---|
CasEmbeddedContainerTomcatConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.context.embedded.EmbeddedServletContainerFactory |
casServletContainerFactory() |
org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer |
casTomcatEmbeddedServletContainerCustomizer() |
public CasEmbeddedContainerTomcatConfiguration()
@ConditionalOnMissingBean(name="casServletContainerFactory") @Bean public org.springframework.boot.context.embedded.EmbeddedServletContainerFactory casServletContainerFactory()
@ConditionalOnMissingBean(name="casTomcatEmbeddedServletContainerCustomizer") @Bean public org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer casTomcatEmbeddedServletContainerCustomizer()