Reputation: 31
how fix this problem ? /I use Gradle/ Description:
Failed to bind properties under '' to com.zaxxer.hikari.HikariDataSource:
Property: driverclassname
Value: com.mysql.cj.jdbc.Driver
Origin: "driverClassName" from property source "source"
Reason: Failed to load driver class com.mysql.cj.jdbc.Driver in either of HikariConfig class loader or Thread context classloader
Action:
Update your application's configuration
Upvotes: 3
Views: 9703
Reputation: 71
One day I woke up, ran my IntelliJ, started the app and had the same problem. For a solution please check:
Upvotes: 7