|
@@ -80,7 +80,7 @@ public class WicketApplication extends WebApplication
|
|
|
|
|
|
// use faster DataSource impl
|
|
|
ds.setJdbcUrl("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=true&cacheRSMetadata=true&useSSL=false");
|
|
|
- ds.setDriverClassName("com.mysql.cj.jdbc.Driver");
|
|
|
+ ds.setDriverClassName("com.mysql.jdbc.Driver");
|
|
|
ds.setUsername("benchmarkdbuser");
|
|
|
ds.setPassword("benchmarkdbpass");
|
|
|
dataSource = ds;
|