7e1c4cf1bac60532286b9f7190f89542cbcc68cc
[hibernate4-maven-plugin] / src / it / tutorials-5.0.12 / osgi / unmanaged-native / src / main / resources / pool-one.properties
1 #
2 # Hibernate, Relational Persistence for Idiomatic Java
3 #
4 # License: GNU Lesser General Public License (LGPL), version 2.1 or later.
5 # See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
6 #
7 jdbc-0.proxool.alias=pool-one
8 jdbc-0.proxool.driver-url=jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;MVCC=TRUE
9 jdbc-0.proxool.driver-class=org.h2.Driver
10 jdbc-0.user=sa
11 jdbc-0.password=
12 jdbc-0.proxool.maximum-connection-count=2
13 jdbc-0.proxool.house-keeping-test-sql=select CURRENT_DATE