All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.leanix.dropkit.persistence.DataSourceFactoryProvider Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
package net.leanix.dropkit.persistence;

import io.dropwizard.db.DataSourceFactory;

/**
 * Interface for configurations providing database settings.
 *
 *
 */
public interface DataSourceFactoryProvider {

    public DataSourceFactory getDataSourceFactory();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy