Class ServletWebServerConfiguration
java.lang.Object
org.springframework.boot.autoconfigure.web.server.servlet.ServletWebServerConfiguration
@Configuration(proxyBeanMethods=false)
@EnableConfigurationProperties(ServerProperties.class)
@Import(org.springframework.boot.autoconfigure.web.server.servlet.ServletWebServerConfiguration.BeanPostProcessorsRegistrar.class)
public class ServletWebServerConfiguration
extends Object
Configuration
for a servlet web server.- Since:
- 4.0.0
- Author:
- Phillip Webb, Dave Syer, Ivan Sopov, Brian Clozel, Stephane Nicoll, Scott Frederick
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ServletWebServerConfiguration
public ServletWebServerConfiguration()
-