Skip to content

Instantly share code, notes, and snippets.

@sarbajitc
Created June 23, 2018 06:03
Hibernate cfg
<property name="c3p0.min_size">5</property>
<property name="c3p0.max_size">20</property>
<property name="c3p0.timeout">1800</property>
<property name="c3p0.max_statements">50</property>
<property name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment