|
@@ -3,8 +3,8 @@
|
|
|
<session-factory>
|
|
|
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
|
|
|
<property name="hibernate.connection.url">jdbc:mysql://localhost: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.username">root</property>
|
|
|
- <property name="hibernate.connection.password"></property>
|
|
|
+ <property name="hibernate.connection.username">benchmarkdbuser</property>
|
|
|
+ <property name="hibernate.connection.password">benchmarkdbpass</property>
|
|
|
<property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
|
|
|
<property name="hibernate.cache.use_query_cache">false</property>
|
|
|
<property name="hibernate.c3p0.min_size">256</property>
|