idea中applicationContext-trans.xml中的Cannot resolve bean 'dataSource'...的问题解决
Posted 小毛喵喵
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea中applicationContext-trans.xml中的Cannot resolve bean 'dataSource'...的问题解决相关的知识,希望对你有一定的参考价值。
问题如下:
(applicationContext-trans.xml中的部分截图)
先了解问题是怎么出现的:
此处的dataSource是在applicationContext-dao.xml中配置的,如下:
本来是想直接引用过来,没想到会出现无法解析的错误
问题解决:
原因是:因为spring的配置文件没有全部导进来,所以在使用IDEA时需要自己手动导入
1、进入File--->Project Structure-->Modules发现spring只有一个文件导入进来了
2、解决问题的操作:
①
②
③
④
⑤
添加完之后的如下,一定要记得Apply
⑥回到applicationContext-trans.xml中,发现没有错误了
以上是关于idea中applicationContext-trans.xml中的Cannot resolve bean 'dataSource'...的问题解决的主要内容,如果未能解决你的问题,请参考以下文章