Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.health |
Auto-configuration for actuator health concerns.
|
org.springframework.boot.actuate.autoconfigure.metrics |
Auto-configuration for actuator metrics and Micrometer.
|
org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia |
Support for exporting actuator metrics to Ganglia.
|
org.springframework.boot.autoconfigure.cassandra |
Auto-configuration for Cassandra.
|
org.springframework.boot.autoconfigure.security.saml2 |
Auto-configuration for Spring Security's SAML 2.0.
|
org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
org.springframework.boot.autoconfigure.web.reactive |
Auto-configuration for reactive web servers and Spring WebFlux.
|
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 |
---|---|
Map<String,ServiceLevelObjectiveBoundary[]> |
MetricsProperties.Distribution.getSla()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
GangliaProperties.getProtocolVersion()
Deprecated.
|
TimeUnit |
GangliaProperties.getRateUnits()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
CassandraProperties.getClusterName()
Deprecated.
|
Duration |
CassandraProperties.getConnectTimeout()
Deprecated.
|
com.datastax.oss.driver.api.core.DefaultConsistencyLevel |
CassandraProperties.getConsistencyLevel()
Deprecated.
|
int |
CassandraProperties.getFetchSize()
Deprecated.
|
Duration |
CassandraProperties.getReadTimeout()
Deprecated.
|
com.datastax.oss.driver.api.core.DefaultConsistencyLevel |
CassandraProperties.getSerialConsistencyLevel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
Saml2RelyingPartyProperties.Identityprovider.getSsoUrl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Integer |
ServerProperties.Jetty.getAcceptors()
Deprecated.
|
String |
ServerProperties.Tomcat.getHostHeader()
Deprecated.
|
String |
ServerProperties.Tomcat.getInternalProxies()
Deprecated.
|
Integer |
ServerProperties.Undertow.getIoThreads()
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()
Deprecated.
|
String |
ServerProperties.Tomcat.getProtocolHeader()
Deprecated.
|
String |
ServerProperties.Tomcat.getProtocolHeaderHttpsValue()
Deprecated.
|
String |
ServerProperties.Tomcat.getRemoteIpHeader()
Deprecated.
|
Integer |
ServerProperties.Jetty.getSelectors()
Deprecated.
|
Duration |
ServerProperties.Jetty.getThreadIdleTimeout()
Deprecated.
|
Integer |
ServerProperties.Undertow.getWorkerThreads()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
WebFluxProperties.getDateFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
WebMvcProperties.getDateFormat()
Deprecated.
|
boolean |
WebMvcProperties.Contentnegotiation.isFavorPathExtension()
Deprecated.
|
boolean |
WebMvcProperties.Pathmatch.isUseRegisteredSuffixPattern()
Deprecated.
|
boolean |
WebMvcProperties.Pathmatch.isUseSuffixPattern()
Deprecated.
|