idea中applicationContext-trans.xml中的Cannot resolve bean 'dataSource'...的问题解决

笛里谁知壮士心,沙头空照征人骨。这篇文章主要讲述idea中applicationContext-trans.xml中的Cannot resolve bean ' dataSource' ...的问题解决相关的知识,希望能为你提供帮助。
问题如下:
(applicationContext-trans.xml中的部分截图)

idea中applicationContext-trans.xml中的Cannot resolve bean 'dataSource'...的问题解决

文章图片

先了解问题是怎么出现的:
此处的dataSource是在applicationContext-dao.xml中配置的,如下:
idea中applicationContext-trans.xml中的Cannot resolve bean 'dataSource'...的问题解决

文章图片

本来是想直接引用过来,没想到会出现无法解析的错误
问题解决:
原因是:因为spring的配置文件没有全部导进来,所以在使用IDEA时需要自己手动导入
1、进入File---> Project Structure--> Modules发现spring只有一个文件导入进来了
idea中applicationContext-trans.xml中的Cannot resolve bean 'dataSource'...的问题解决

文章图片

2、解决问题的操作:

idea中applicationContext-trans.xml中的Cannot resolve bean 'dataSource'...的问题解决

文章图片


idea中applicationContext-trans.xml中的Cannot resolve bean 'dataSource'...的问题解决

文章图片


idea中applicationContext-trans.xml中的Cannot resolve bean 'dataSource'...的问题解决

文章图片


idea中applicationContext-trans.xml中的Cannot resolve bean 'dataSource'...的问题解决

文章图片


添加完之后的如下,一定要记得Apply
idea中applicationContext-trans.xml中的Cannot resolve bean 'dataSource'...的问题解决

文章图片

⑥回到applicationContext-trans.xml中,发现没有错误了
idea中applicationContext-trans.xml中的Cannot resolve bean 'dataSource'...的问题解决

文章图片

【idea中applicationContext-trans.xml中的Cannot resolve bean ' dataSource' ...的问题解决】 

    推荐阅读