Skip to content

Instantly share code, notes, and snippets.

@jjbcarreno
jjbcarreno / ExportSchemaTest.java
Created November 28, 2013 05:19
Spring JPA Schema export without persistence.xml file
package test;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"classpath:applicationContext-test.xml" })