com.github.zhengframework.jdbc.migrate.LiquibaseMigrateModuleProvider Maven / Gradle / Ivy
package com.github.zhengframework.jdbc.migrate;
import com.github.zhengframework.core.ModuleProvider;
import com.google.inject.Module;
public class LiquibaseMigrateModuleProvider implements ModuleProvider {
@Override
public Module getModule() {
return new LiquibaseMigrateModule();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy