クラス ServletWebServerFactoryAutoConfiguration

java.lang.ObjectSE
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 ObjectSE
サーブレット Web サーバーの Auto-configuration
導入:
2.0.0
作成者:
Phillip Webb, Dave Syer, Ivan Sopov, Brian Clozel, Stephane Nicoll, Scott Frederick