@Configuration
@ConditionalOnClass(value=org.flywaydb.core.Flyway.class)
@ConditionalOnProperty(prefix="spring.flyway",
name="enabled",
matchIfMissing=true)
public class FlywayMigrationsConfig
extends Object
implements org.springframework.boot.autoconfigure.flyway.FlywayConfigurationCustomizer
| Constructor and Description |
|---|
FlywayMigrationsConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.flywaydb.core.api.configuration.FluentConfiguration cf) |