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

io.dropwizard.db.DatabaseConfiguration Maven / Gradle / Ivy

The newest version!
package io.dropwizard.db;

public interface DatabaseConfiguration {
    PooledDataSourceFactory getDataSourceFactory(T configuration);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy