nested exception is org.apache.ibatis.exceptions.PersistenceException Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection
时间: 2023-08-12 09:10:35 浏览: 125
Mybatis报错: org.apache.ibatis.exceptions.PersistenceException解决办法
eption is java.sql.sqlexception: cannot create poolableconnectionfactory (could not create connection to database server. attempted reconnect 3 times. giving up.)
这是一个MyBatis和Spring集成的异常,原因是查询数据库时出现了错误。具体原因是无法获取JDBC连接,可能是由于连接数据库服务器时出现了问题。已经尝试重新连接3次,但仍然无法连接。
阅读全文