SSM整合时IDE: File is included in 4 contexts

Posted mjn1

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SSM整合时IDE: File is included in 4 contexts相关的知识,希望对你有一定的参考价值。

技术图片

 

 

问题所在:
在spring-dao.xml,spring-service.xml,spring-web.xml没有放在同一个上下文中时
技术图片

 

 

spring-service.xml中dataSource引入失败(dataSource在spring-dao.xml中已经配置完成)

技术图片

 

 

当spring-dao.xml,spring-service.xml,spring-web.xml放在同一个上下文中时

技术图片

 

 

spring-service.xml中dataSource引入成功

技术图片

 

 

所谓File is included in 4 contexts是因为spring的配置文件放在了多个上下文中,只需找到以上位置,然后保留一个spring的上下文就OK了。

以上是关于SSM整合时IDE: File is included in 4 contexts的主要内容,如果未能解决你的问题,请参考以下文章

SSM整合时初始化出现异常

SSM框架整合时ajax请求返回406

createSQLQuery is not valid without active transaction解决方法

Error creating bean with name 'shiroFilter': Requested bean is currently in creation: Is the

SSMSSM整合步骤和流程细化

struts2与spring整合时需要注意的点