I tried switching to Hikari-CP for java 1.6/1.7
but i m getting the below error:
Caused by: java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getDriver(DriverManager.java:278) ~[na:1.7.0_45]
at com.zaxxer.hikari.util.DriverDataSource.<init>(DriverDataSource.java:52) ~[HikariCP-java6-2.3.5.jar:na]
... 82 common frames omitted
I m using Oracle DB.
This line from documentation was the reason.
When using this property with "old" drivers, you may also need to set the driverClassName property, but try it first without.
The minute i did setup the driverClassName explicitly it started working.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With