Package | Description |
---|---|
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.actuate.autoconfigure.web.server |
Actuator web server support.
|
org.springframework.boot.autoconfigure.cassandra |
Auto-configuration for Cassandra.
|
org.springframework.boot.autoconfigure.mongo |
Auto-configuration for MongoDB.
|
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,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 |
ManagementServerProperties.Servlet.getContextPath()
Deprecated.
since 2.4.0 in favor of
ManagementServerProperties.getBasePath() |
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 |
MongoProperties.getGridFsDatabase()
Deprecated.
since 2.4.0 in favor of
MongoProperties.Gridfs.getDatabase() |
Modifier and Type | Method and Description |
---|---|
String |
Saml2RelyingPartyProperties.Identityprovider.getSsoUrl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Integer |
ServerProperties.Jetty.getAcceptors()
Deprecated.
|
Boolean |
ResourceProperties.Cache.Cachecontrol.getCachePrivate()
Deprecated.
|
Boolean |
ResourceProperties.Cache.Cachecontrol.getCachePublic()
Deprecated.
|
Boolean |
ResourceProperties.Chain.getEnabled()
Deprecated.
|
String |
ServerProperties.Tomcat.getHostHeader()
Deprecated.
|
String |
ServerProperties.Tomcat.getInternalProxies()
Deprecated.
|
Integer |
ServerProperties.Undertow.getIoThreads()
Deprecated.
|
Duration |
ResourceProperties.Cache.Cachecontrol.getMaxAge()
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.
|
Boolean |
ResourceProperties.Cache.Cachecontrol.getMustRevalidate()
Deprecated.
|
Boolean |
ResourceProperties.Cache.Cachecontrol.getNoCache()
Deprecated.
|
Boolean |
ResourceProperties.Cache.Cachecontrol.getNoStore()
Deprecated.
|
Boolean |
ResourceProperties.Cache.Cachecontrol.getNoTransform()
Deprecated.
|
String[] |
ResourceProperties.Content.getPaths()
Deprecated.
|
String[] |
ResourceProperties.Fixed.getPaths()
Deprecated.
|
Duration |
ResourceProperties.Cache.getPeriod()
Deprecated.
|
String |
ServerProperties.Tomcat.getPortHeader()
Deprecated.
|
String |
ServerProperties.Tomcat.getProtocolHeader()
Deprecated.
|
String |
ServerProperties.Tomcat.getProtocolHeaderHttpsValue()
Deprecated.
|
Boolean |
ResourceProperties.Cache.Cachecontrol.getProxyRevalidate()
Deprecated.
|
String |
ServerProperties.Tomcat.getRemoteIpHeader()
Deprecated.
|
Integer |
ServerProperties.Jetty.getSelectors()
Deprecated.
|
Duration |
ResourceProperties.Cache.Cachecontrol.getSMaxAge()
Deprecated.
|
Duration |
ResourceProperties.Cache.Cachecontrol.getStaleIfError()
Deprecated.
|
Duration |
ResourceProperties.Cache.Cachecontrol.getStaleWhileRevalidate()
Deprecated.
|
String[] |
ResourceProperties.getStaticLocations()
Deprecated.
|
Duration |
ServerProperties.Jetty.getThreadIdleTimeout()
Deprecated.
|
String |
ResourceProperties.Fixed.getVersion()
Deprecated.
|
Integer |
ServerProperties.Undertow.getWorkerThreads()
Deprecated.
|
boolean |
ResourceProperties.isAddMappings()
Deprecated.
|
boolean |
ResourceProperties.Chain.isCache()
Deprecated.
|
boolean |
ResourceProperties.Chain.isCompressed()
Deprecated.
|
boolean |
ResourceProperties.Content.isEnabled()
Deprecated.
|
boolean |
ResourceProperties.Fixed.isEnabled()
Deprecated.
|
boolean |
ResourceProperties.Chain.isHtmlApplicationCache()
Deprecated.
|
boolean |
ResourceProperties.Cache.isUseLastModified()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
WebFluxProperties.getDateFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
WebMvcProperties.getDateFormat()
Deprecated.
|
Locale |
WebMvcProperties.getLocale()
Deprecated.
|
WebMvcProperties.LocaleResolver |
WebMvcProperties.getLocaleResolver()
Deprecated.
|
boolean |
WebMvcProperties.Contentnegotiation.isFavorPathExtension()
Deprecated.
|
boolean |
WebMvcProperties.Pathmatch.isUseRegisteredSuffixPattern()
Deprecated.
|
boolean |
WebMvcProperties.Pathmatch.isUseSuffixPattern()
Deprecated.
|