mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
DriverClassNameProvider is unused but was probably restored by a merge commit at some point. It wasn't obvious and updated that class rather than `DatabaseDriver`. This commit updates `DatabaseDriver` and deletes `DriverClassNameProvider`. Closes gh-5076