@FunctionalInterface public interface FlywayMigrationStrategy
Flyway
migration. Custom implementations may be
registered as a @Bean
to override the default migration behavior.Modifier and Type | Method and Description |
---|---|
void |
migrate(org.flywaydb.core.Flyway flyway)
Trigger flyway migration.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.