-1

APPLICATION FAILED TO START


Description:

Failed to bind properties under '' to com.zaxxer.hikari.HikariDataSource:

Property: driverclassname
Value: org.postgresql.Driver
Origin: "driverClassName" from property source "source"
Reason: Failed to load driver class org.postgresql.Driver in either of HikariConfig class loader or Thread context classloader

Action:

Update your application's configuration

1 Answers1

0

Please check Exception when creating datasource with PostgreSQL driver in Spring Boot. The error also occurs for incompatible driver versions. Please verify the same. Please let me know if you need more details