Fix Cannot Load Driver Class: com.mysql.j
May 26, 2025
1 min read
●
Java Code Geeks

Can not find driver exception with com.mysql.jdbc.driver. Usually caused by upgrading a Spring Boot application to a high version with a mismatching spring.datasource.driver-class-name. In this example, I will explain the root cause and how