Added integration-test provided by Erik-Berndt Scheper <erik.berndt.scheper@gmail...
[hibernate4-maven-plugin] / src / it / hibernate4-maven-plugin-envers-sample / src / main / resources / spring-persistence-context.properties
diff --git a/src/it/hibernate4-maven-plugin-envers-sample/src/main/resources/spring-persistence-context.properties b/src/it/hibernate4-maven-plugin-envers-sample/src/main/resources/spring-persistence-context.properties
new file mode 100644 (file)
index 0000000..1909a7b
--- /dev/null
@@ -0,0 +1,10 @@
+#
+# Configuration of the services
+#
+hibernate.hbm2ddl.auto = validate
+hibernate.show_sql = false
+hibernate.format_sql = false
+
+jpa.persistence.context.name = examplePU
+
+