找错Failed to obtain JDBC Connection; nested exception is javasqlSQLException No suitable driver found for drivermysqllocalhost3306mydb
找错:
driver:mysql://localhost:3306/mydb
应该是:
jdbc:mysql://localhost:3306/mydb
正确的格式应该是以"jdbc:mysql://"开头,而不是"driver:mysql://"。
原文地址: https://www.cveoy.top/t/topic/bkdo 著作权归作者所有。请勿转载和采集!