Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.health |
Auto-configuration for actuator health concerns.
|
org.springframework.boot.autoconfigure.cassandra |
Auto-configuration for Cassandra.
|
org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
org.springframework.boot.autoconfigure.web.servlet |
Auto-configuration for servlet web servers and Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Integer> |
HealthIndicatorProperties.getHttpMapping()
Deprecated.
|
List<String> |
HealthIndicatorProperties.getOrder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
CassandraProperties.getClusterName()
Deprecated.
|
int |
CassandraProperties.getFetchSize()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Integer |
ServerProperties.Jetty.getAcceptors()
Deprecated.
|
Duration |
ServerProperties.getConnectionTimeout()
Deprecated.
|
String |
ServerProperties.Tomcat.getHostHeader() |
String |
ServerProperties.Tomcat.getInternalProxies() |
Integer |
ServerProperties.Undertow.getIoThreads()
Deprecated.
|
DataSize |
ServerProperties.Tomcat.getMaxHttpPostSize()
Deprecated.
|
DataSize |
ServerProperties.Jetty.getMaxHttpPostSize()
Deprecated.
|
Integer |
ServerProperties.Jetty.getMaxQueueCapacity()
Deprecated.
|
int |
ServerProperties.Tomcat.getMaxThreads()
Deprecated.
|
Integer |
ServerProperties.Jetty.getMaxThreads()
Deprecated.
|
int |
ServerProperties.Tomcat.getMinSpareThreads()
Deprecated.
|
Integer |
ServerProperties.Jetty.getMinThreads()
Deprecated.
|
String |
ServerProperties.Tomcat.getPortHeader() |
String |
ServerProperties.Tomcat.getProtocolHeader() |
String |
ServerProperties.Tomcat.getProtocolHeaderHttpsValue() |
String |
ServerProperties.Tomcat.getRemoteIpHeader() |
Integer |
ServerProperties.Jetty.getSelectors()
Deprecated.
|
Duration |
ServerProperties.Jetty.getThreadIdleTimeout()
Deprecated.
|
Integer |
ServerProperties.Undertow.getWorkerThreads()
Deprecated.
|
Boolean |
ServerProperties.isUseForwardHeaders() |
Modifier and Type | Method and Description |
---|---|
boolean |
WebMvcProperties.Contentnegotiation.isFavorPathExtension()
Deprecated.
|
boolean |
WebMvcProperties.Pathmatch.isUseRegisteredSuffixPattern()
Deprecated.
|
boolean |
WebMvcProperties.Pathmatch.isUseSuffixPattern()
Deprecated.
|