随笔分类 -  mybatis

自己练习过程中遇到的mybatis的报错信息
Caused by: java.lang.IllegalStateException: Cannot convert value of type 'java.lang.String' to required type 'java.sql.Driver' for property 'driver': no matching editors or conversion strategy found
摘要:spring整合mybatis报错 Caused by: java.lang.IllegalStateException: Cannot convert value of type 'java.lang.String' to required type 'java.sql.Driver' for p 阅读全文
posted @ 2022-04-27 16:09 Littstone 阅读(894) 评论(2) 推荐(1)
mybatis增删改查遇到的报错信息
摘要:1:查询 报错信息1 1 org.apache.ibatis.exceptions.PersistenceException: 2 ### Error querying database. Cause: org.apache.ibatis.executor.ExecutorException: A 阅读全文
posted @ 2022-03-01 13:48 Littstone 阅读(394) 评论(0) 推荐(0)