|
@@ -4,7 +4,7 @@
|
|
|
<hibernate-configuration>
|
|
|
<session-factory>
|
|
|
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
|
|
|
- <property name="hibernate.connection.url">jdbc:mysql://${db-host}:3306/hello_world?jdbcCompliantTruncation=false&elideSetAutoCommits=true&useLocalSessionState=true&cachePrepStmts=true&cacheCallableStmts=true&alwaysSendSetIsolation=false&prepStmtCacheSize=4096&cacheServerConfiguration=true&prepStmtCacheSqlLimit=2048&zeroDateTimeBehavior=convertToNull&traceProtocol=false&useUnbufferedInput=false&useReadAheadInput=false&maintainTimeStats=false&useServerPrepStmts&cacheRSMetadata=true</property>
|
|
|
+ <property name="hibernate.connection.url">jdbc:mysql://${db-host}:3306/hello_world?jdbcCompliantTruncation=false&elideSetAutoCommits=true&useLocalSessionState=true&cachePrepStmts=true&cacheCallableStmts=true&alwaysSendSetIsolation=false&prepStmtCacheSize=4096&cacheServerConfiguration=true&prepStmtCacheSqlLimit=2048&zeroDateTimeBehavior=convertToNull&traceProtocol=false&useUnbufferedInput=false&useReadAheadInput=false&maintainTimeStats=false&useServerPrepStmts&cacheRSMetadata=true&useSSL=false</property>
|
|
|
<property name="hibernate.connection.username">benchmarkdbuser</property>
|
|
|
<property name="hibernate.connection.password">benchmarkdbpass</property>
|
|
|
<property name="hibernate.c3p0.min_size">32</property>
|
|
@@ -12,4 +12,4 @@
|
|
|
<property name="hibernate.c3p0.timeout">1800</property>
|
|
|
<property name="hibernate.c3p0.max_statements">50</property>
|
|
|
</session-factory>
|
|
|
-</hibernate-configuration>
|
|
|
+</hibernate-configuration>
|