Class EmbeddedWebServerFactoryCustomizerAutoConfiguration
java.lang.Object
org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration
@AutoConfiguration
@ConditionalOnWebApplication
@EnableConfigurationProperties(ServerProperties.class)
public class EmbeddedWebServerFactoryCustomizerAutoConfiguration
extends Object
Auto-configuration
for embedded servlet and reactive
web servers customizations.- Since:
- 2.0.0
- Author:
- Phillip Webb
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Nested configuration if Jetty is being used.static class
Nested configuration if Netty is being used.static class
Nested configuration if Tomcat is being used.static class
Nested configuration if Undertow is being used. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EmbeddedWebServerFactoryCustomizerAutoConfiguration
public EmbeddedWebServerFactoryCustomizerAutoConfiguration()
-