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