使用resource读取properties文件,出现Cause: java.sql.SQLException: No suitable driver found for http://maven.apach.org

发布时间 2023-05-26 10:22:34作者: XLouis
### 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改为其他名字即可