异常:
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
意思: 不能转换类型’java.lang的值。字符串’ to required type '属性“DataSource”:没有找到匹配的编辑器或转换策略
原因:
在spring.xml中集成JPA的FactoryBean配置时,指定数据源是用的value而不是用的ref,因此报错!