### Error querying database. Cause: java.sql.SQLException: No suitable driver found for http://maven.apache.org ### The error may exist in com/louis/dao/UserMapper.xml ### The error may involve com.louis.dao.UserMapper.getUserList ### The error occurred while executing a query ### Cause: java.sql.SQLException: No suitable driver found for http://maven.apache.org
这个原因可能是因为maven将properties中含有的url识别为了
maven.apache.org,只需要将url改为其他名字即可标签:java,resource,No,maven,org,found,Cause,### From: https://www.cnblogs.com/KhanLouis/p/17433962.html