Add in a missing end double quote

pull/9/head
James Tyrrell 11 years ago
parent dd7547de1a
commit 97a0994a44

@ -226,7 +226,7 @@ development and pre-Production.
HikariConfig config = new HikariConfig();
config.setMaximumPoolSize(100);
config.setDataSourceClassName("com.mysql.jdbc.jdbc2.optional.MysqlDataSource);
config.setDataSourceClassName("com.mysql.jdbc.jdbc2.optional.MysqlDataSource");
config.addDataSourceProperty("url", "jdbc:mysql://localhost/database");
config.addDataSourceProperty("user", "bart");
config.addDataSourceProperty("password", "51mp50n");

Loading…
Cancel
Save