Enum and Description |
---|
org.springframework.boot.autoconfigure.r2dbc.EmbeddedDatabaseConnection
since 2.5.0 for removal in 2.7.0 in favor of
EmbeddedDatabaseConnection |
org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.LocaleResolver
since 2.4.0 for removal in 2.6.0 in favor of
WebProperties.LocaleResolver |
Exceptions and Description |
---|
org.springframework.boot.autoconfigure.flyway.FlywayMigrationScriptMissingException
since 2.5.0 for removal in 2.7.0 as location checking is deprecated
|
Constructor and Description |
---|
org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler(ErrorAttributes, ResourceProperties, ApplicationContext)
since 2.4.0 for removal in 2.6.0 in favor of
#AbstractErrorWebExceptionHandler(ErrorAttributes, Resources, ApplicationContext) |
org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver(ApplicationContext, ResourceProperties)
since 2.4.0 for removal in 2.6.0 in favor of
#DefaultErrorViewResolver(ApplicationContext, Resources) |
org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler(ErrorAttributes, ResourceProperties, ErrorProperties, ApplicationContext)
since 2.4.0 for removal in 2.6.0 in favor of
#DefaultErrorWebExceptionHandler(ErrorAttributes, Resources, ErrorProperties, ApplicationContext) |