Skip to content

Instantly share code, notes, and snippets.

View Sch3lp's full-sized avatar
🐚

Tim Schraepen Sch3lp

🐚
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;