SSM与前端衔接错误:Error creating bean with name 'dataSource': Error setting property values

错误信息:
Error creating bean with name ‘dataSource’: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
关键字已标出,若你的错误跟我一样,那么就是idea在事务的配置文件下加了一段引用dataSource的无用代码。

SSM与前端衔接错误:Error creating bean with name 'dataSource': Error setting property values_第1张图片

<jdbc:embedded-database id="dataSource"/>

将上面这段去掉就,可能是命名冲突类型。

你可能感兴趣的:(笔记,SSM)