- Add HikariCP into your classpath
- That's it!
If you want to configure it a bit more you can. That magical properties file seen here You can add the following values in there
key | Description |
---|---|
idle.timeout | the maximum amount of time a connection may sit in a pool |
leak.detection | HikariCP leak detection setup |
pool.size | The maximum pool size for this pool |
pool.name | Your pools name |