tomekw/hikari-cp

the driver-class-name is not required for jdbc-url

Closed this issue · 1 comments

I notice that the driver-class-name key is required, but Hikari will resolve a proper JDBC URL correctly without it. The key should be optional.

👍