Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace |
Support for exporting actuator metrics to Dynatrace.
|
org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia |
Support for exporting actuator metrics to Ganglia.
|
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.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 |
---|---|
String |
DynatraceProperties.getDeviceId()
Deprecated.
|
String |
DynatraceProperties.getGroup()
Deprecated.
|
String |
DynatraceProperties.getTechnologyType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
GangliaProperties.getProtocolVersion()
Deprecated.
|
TimeUnit |
GangliaProperties.getRateUnits()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DatabaseInitializationMode |
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 |
---|---|
String |
FlywayProperties.getOracleKerberosConfigFile()
Deprecated.
|
boolean |
FlywayProperties.isCheckLocation()
Deprecated.
|
boolean |
FlywayProperties.isIgnoreFutureMigrations()
Deprecated.
|
boolean |
FlywayProperties.isIgnoreIgnoredMigrations()
Deprecated.
|
boolean |
FlywayProperties.isIgnoreMissingMigrations()
Deprecated.
|
boolean |
FlywayProperties.isIgnorePendingMigrations()
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 |
---|---|
WebFluxProperties.Cookie |
WebFluxProperties.Session.getCookie()
Deprecated.
|
WebFluxProperties.SameSite |
WebFluxProperties.Cookie.getSameSite()
Deprecated.
|
WebFluxProperties.Session |
WebFluxProperties.getSession() |
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.
|