Class ServletWebServerFactoryAutoConfiguration

java.lang.Object
org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration

@AutoConfiguration(after=SslAutoConfiguration.class) @AutoConfigureOrder(-2147483648) @ConditionalOnClass(jakarta.servlet.ServletRequest.class) @ConditionalOnWebApplication(type=SERVLET) @EnableConfigurationProperties(ServerProperties.class) @Import({BeanPostProcessorsRegistrar.class,org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration.EmbeddedTomcat.class,org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration.EmbeddedJetty.class,org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration.EmbeddedUndertow.class}) public class ServletWebServerFactoryAutoConfiguration extends Object
Auto-configuration for servlet web servers.
Since:
2.0.0
Author:
Phillip Webb, Dave Syer, Ivan Sopov, Brian Clozel, Stephane Nicoll, Scott Frederick