net.leanix.dropkit.persistence.DataSourceFactoryProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leanix-dropkit-persistence Show documentation
Show all versions of leanix-dropkit-persistence Show documentation
Base functionality for persistence in leanIX dropwizard-based services
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