BAEL-2068: Using hibernate-c3p0

This commit is contained in:
eric-martin
2018-12-12 22:46:45 -06:00
parent 5525c12776
commit 08eabaf2b8
2 changed files with 16 additions and 1 deletions
@@ -6,4 +6,9 @@ jdbc.password=
hibernate.dialect=org.hibernate.dialect.H2Dialect
hibernate.show_sql=true
hibernate.hbm2ddl.auto=create-drop
hibernate.hbm2ddl.auto=create-drop
hibernate.c3p0.min_size=5
hibernate.c3p0.max_size=20
hibernate.c3p0.acquire_increment=5
hibernate.c3p0.timeout=1800