yazzyk@blog:~$ cat index.md
问题解决:java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
遇到问题是的环境:
- jdk1.8
- 远程连接服务器mysql
- macOS High Sierra
- idea
解决:
前往MySQL官网下载所需的jar
下载完解压到一个位置
idea点击file->Project Structure->Modules->Dependencies
点击“+”选择"JARs or directories"然后选择你解压的文件夹中的jar文件
然后打钩点ok就行