Merge branch '2.3.x' into dev

* 2.3.x:
  Update README.md
pull/295/head
Brett Wooldridge 10 years ago
commit 0b1a47e5b7

@ -303,7 +303,6 @@ config.setPassword("51mp50n");
config.addDataSourceProperty("cachePrepStmts", "true");
config.addDataSourceProperty("prepStmtCacheSize", "250");
config.addDataSourceProperty("prepStmtCacheSqlLimit", "2048");
config.addDataSourceProperty("useServerPrepStmts", "true");
HikariDataSource ds = new HikariDataSource(config);
```

Loading…
Cancel
Save