Added tutorials of the hibernate-release 5.2.18.Final
[hibernate4-maven-plugin] / src / it / tutorials-4.3.9 / osgi / unmanaged-native / src / main / resources / pool-one.properties
diff --git a/src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/resources/pool-one.properties b/src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/resources/pool-one.properties
new file mode 100644 (file)
index 0000000..0a372bd
--- /dev/null
@@ -0,0 +1,7 @@
+jdbc-0.proxool.alias=pool-one
+jdbc-0.proxool.driver-url=jdbc:h2:mem:db_unmanaged_native;DB_CLOSE_DELAY=-1;MVCC=TRUE
+jdbc-0.proxool.driver-class=org.h2.Driver
+jdbc-0.user=sa
+jdbc-0.password=
+jdbc-0.proxool.maximum-connection-count=2
+jdbc-0.proxool.house-keeping-test-sql=select CURRENT_DATE