I am using a Gradle Project for testing APIs, but I need to connect to the database.
I already put this on the dependencies:
And I'm trying to use this way:
But I'm keep getting this error: java.lang.ClassNotFoundException: com.intersys.jdbc.CacheDriver