spring整合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
一步步缩小范围之后发现是数据源报错,我使用的是druid的数据源
把数据源注入到dataSource属性里面报错
解决将数据源中的driver改成driverClassName即可