Package net.officefloor.flyway
Interface FlywayConfigurer
-
public interface FlywayConfigurer
Configures theFlyway
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(org.flywaydb.core.api.configuration.FluentConfiguration configuration)
ConfiguresFlyway
.
-