달리는 두딘

[Spring] Cannot load driver class: com.mysql.cj.jdbc.Driver 본문

지식노트/험난한 여정

[Spring] Cannot load driver class: com.mysql.cj.jdbc.Driver

디두딘 2023. 10. 16. 11:47

상황

  • 오랜만에 프로젝트 열었더니 application.properties 에 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver 에 빨간줄이 그어지며 드라이버 로드가 안됨
  • Caused by: java.lang.IllegalStateException: Cannot load driver class: com.mysql.cj.jdbc.Driver

 

해결

  • gradle 에서 🔄 Reload All Gradle Projects 해주면 디펜던시 다시받아와서 해결된다

 

출처