Caused by: java.lang.IllegalStateException: Cannot convert value of type ‘java.lang.String‘ to requi

#Caused by: java.lang.IllegalStateException: Cannot convert value of type ‘java.lang.String’ to required type ‘javax.sql.DataSource’ for property ‘dataSource’: no matching editors or conversion strategy found
在Spring和mybatis的整合中出现了这个问题,找了很久,最后才发现是:在这里插入图片描述
在容器的注入过程中,下意识的写快了,这个value应该是ref的,这么弱智的bug估计只有我遇到了


版权声明:本文为dadadaliang原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。