Package | Description |
---|---|
org.springframework.boot.autoconfigure.flyway |
Auto-configuration for Flyway.
|
org.springframework.boot.context.properties |
Support for external configuration binding via the
@ConfigurationProperties
annotation. |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.StringOrNumberToMigrationVersionConverter |
FlywayAutoConfiguration.stringOrNumberMigrationVersionConverter() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPropertiesBindingPostProcessor.setConverters(List<Converter<?,?>> converters)
A list of custom converters (in addition to the defaults) to use when converting
properties for binding.
|
void |
ConfigurationPropertiesBindingPostProcessor.setGenericConverters(List<GenericConverter> converters)
A list of custom converters (in addition to the defaults) to use when converting
properties for binding.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.