Skip to content

Instantly share code, notes, and snippets.

View csterwa's full-sized avatar

Chris Sterling csterwa

View GitHub Profile
@Sch3lp
Sch3lp / DropWizardHibernateRule
Last active August 29, 2015 13:56
Dropwizard-hibernate integration test using a Rule
package org.yourcompany.test;
import java.io.File;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import java.util.SortedSet;
import javax.sql.DataSource;