You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported by @eddumelendez in #34760, DataSource auto-configuration ignores the connection details' driver class name so it infers the driver from the JDBC URL instead. This results in a failure when the driver isn't known to org.springframework.boot.jdbc.DatabaseDriver.