hibernate.connection.driver_class=org.postgresql.Driver hibernate.connection.url=jdbc:postgresql://localhost/aps hibernate.connection.username=aps hibernate.connection.password= hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect # Set the following to true if you want to see the SQL generated by hibernate # output to standard out: generally it is better to leave it as false and # use the logging configuration to handle output of SQL hibernate.show_sql=false #The c3p0 connection pooling parameters hibernate.c3p0.min_size=2 hibernate.c3p0.max_size=4 hibernate.c3p0.timeout=300 hibernate.c3p0.max_statements=8 hibernate.c3p0.idle_test_period=3000