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

com.github.mtakaki.dropwizard.hibernate.HibernateDAOTestUtilConfiguration Maven / Gradle / Ivy

The newest version!
package com.github.mtakaki.dropwizard.hibernate;

import io.dropwizard.Configuration;
import io.dropwizard.db.DataSourceFactory;
import lombok.Getter;

/**
 * This configuration is needed just so we can use the hibernate bundle.
 *
 * @author mtakaki
 *
 */
@Getter
class HibernateDAOTestUtilConfiguration extends Configuration {
    private final DataSourceFactory database = new DataSourceFactory();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy