|
@@ -109,13 +109,13 @@ db.pool.minSize=10
|
|
|
# generic "destroy" method :
|
|
|
# db.destroyMethod=close
|
|
|
db.driver= com.mysql.jdbc.Driver
|
|
|
-db.url=jdbc:mysql://localhost:3306/hello_world
|
|
|
+db.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
|
|
|
db.user=benchmarkdbuser
|
|
|
db.pass=benchmarkdbpass
|
|
|
db.jndiName=DefaultDS
|
|
|
|
|
|
db.default.driver= com.mysql.jdbc.Driver
|
|
|
-db.default.url=jdbc:mysql://localhost:3306/hello_world
|
|
|
+db.default.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
|
|
|
db.default.user=benchmarkdbuser
|
|
|
db.default.pass=benchmarkdbpass
|
|
|
db.default.jndiName=DefaultDS
|