No suitable driver found for jdbc:mysql://localhost:3306……
问题原因:
- 检查url是否正确,驱动字符串是否正确
private static final String url="jdbc:mysql://localhost:3306/数据库?useUnicode=true&characterEncoding=utf-8";如果使用的mysql,驱动字符串为 com.mysql.jdbc.Driver
- 是否在buildpath导入mysql_jdbc驱动,版本是否匹配
- jar包位置是否正确
web-inf/lib