MyBatis: java.sql.SQLException: No suitable driver found for http://maven.apache.org

properties文件里使用了 url属性,被maven错误地替换为http://maven.apache.org了。改用其它名字即可。

你可能感兴趣的:(MyBatis)