Package | Description |
---|---|
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.batch |
Auto-configuration for Spring Batch.
|
org.springframework.boot.autoconfigure.flyway |
Auto-configuration for Flyway.
|
org.springframework.boot.autoconfigure.jdbc |
Auto-configuration for JDBC.
|
org.springframework.boot.autoconfigure.jms.artemis |
Auto-configuration for Artemis.
|
org.springframework.boot.autoconfigure.mongo |
Auto-configuration for MongoDB.
|
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 |
---|---|
String |
GangliaProperties.getProtocolVersion()
Deprecated.
|
TimeUnit |
GangliaProperties.getRateUnits()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
ManagementServerProperties.Servlet.getContextPath()
Deprecated.
since 2.4.0 for removal in 2.6.0 in favor of
ManagementServerProperties.getBasePath() |
Modifier and Type | Method and Description |
---|---|
DataSourceInitializationMode |
BatchProperties.getInitializeSchema()
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of
BatchProperties.Jdbc.getInitializeSchema() |
String |
BatchProperties.getSchema()
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of
BatchProperties.Jdbc.getSchema() |
String |
BatchProperties.getTablePrefix()
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of
BatchProperties.Jdbc.getTablePrefix() |
Modifier and Type | Method and Description |
---|---|
boolean |
FlywayProperties.isCheckLocation()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
DataSourceProperties.getData()
Deprecated.
|
String |
DataSourceProperties.getDataPassword()
Deprecated.
|
String |
DataSourceProperties.getDataUsername()
Deprecated.
|
DataSourceInitializationMode |
DataSourceProperties.getInitializationMode()
Deprecated.
|
String |
DataSourceProperties.getPlatform()
Deprecated.
|
List<String> |
DataSourceProperties.getSchema()
Deprecated.
|
String |
DataSourceProperties.getSchemaPassword()
Deprecated.
|
String |
DataSourceProperties.getSchemaUsername()
Deprecated.
|
String |
DataSourceProperties.getSeparator()
Deprecated.
|
Charset |
DataSourceProperties.getSqlScriptEncoding()
Deprecated.
|
boolean |
DataSourceProperties.isContinueOnError()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
ArtemisProperties.getHost()
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of broker url
|
int |
ArtemisProperties.getPort()
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of broker url
|
Modifier and Type | Method and Description |
---|---|
String |
MongoProperties.getGridFsDatabase()
Deprecated.
since 2.4.0 for removal in 2.6.0 in favor of
MongoProperties.Gridfs.getDatabase() |
Modifier and Type | Method and Description |
---|---|
Boolean |
ResourceProperties.Cache.Cachecontrol.getCachePrivate()
Deprecated.
|
Boolean |
ResourceProperties.Cache.Cachecontrol.getCachePublic()
Deprecated.
|
Boolean |
ResourceProperties.Chain.getEnabled()
Deprecated.
|
Duration |
ResourceProperties.Cache.Cachecontrol.getMaxAge()
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.
|
Boolean |
ResourceProperties.Cache.Cachecontrol.getProxyRevalidate()
Deprecated.
|
Duration |
ResourceProperties.Cache.Cachecontrol.getSMaxAge()
Deprecated.
|
Duration |
ResourceProperties.Cache.Cachecontrol.getStaleIfError()
Deprecated.
|
Duration |
ResourceProperties.Cache.Cachecontrol.getStaleWhileRevalidate()
Deprecated.
|
String[] |
ResourceProperties.getStaticLocations()
Deprecated.
|
String |
ResourceProperties.Fixed.getVersion()
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 |
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.
|