No suitable driver found for mysql:jdbc://localhost:3306/test
检查一下getConnection里面的数据库路径是否正确
之前
jdbc:mysql//localhost:3306/test
改为以下
jdbc:mysql://localhost:3306/test
检查一下getConnection里面的数据库路径是否正确
之前
jdbc:mysql//localhost:3306/test
改为以下
jdbc:mysql://localhost:3306/test