
com.github.joschi.dropwizard.flyway.FlywayConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-flyway Show documentation
Show all versions of dropwizard-flyway Show documentation
Addon bundle for Dropwizard to support Flyway for database migrations
The newest version!
package com.github.joschi.dropwizard.flyway;
import io.dropwizard.Configuration;
public interface FlywayConfiguration {
FlywayFactory getFlywayFactory(T configuration);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy