Created
June 23, 2018 06:03
Hibernate cfg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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