码迷,mamicode.com
首页 > 其他好文 > 详细

通配符的匹配很全面, 但无法找到元素 'context:component-scan' 的声明

时间:2019-10-22 20:00:30      阅读:75      评论:0      收藏:0      [点我收藏+]

标签:情况   版本号   ext   出现   www   全面   cat   声明   work   

在导入相应包的情况下出现:   通配符的匹配很全面, 但无法找到元素 ‘context:component-scan‘ 的声明

可能是xml文档的约束文件有问题,缺少两行

http://www.springframework.org/schema/context 
http://www.springframework.org/schema/context/spring-context-4.2.xsd
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:context="http://www.springframework.org/schema/context"
       xmlns:aop="http://www.springframework.org/schema/aop"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
           http://www.springframework.org/schema/beans/spring-beans.xsd
           http://www.springframework.org/schema/aop
           http://www.springframework.org/schema/aop/spring-aop.xsd
           http://www.springframework.org/schema/context
           http://www.springframework.org/schema/context/spring-context-4.2.xsd"  # 注意版本号
>

 

通配符的匹配很全面, 但无法找到元素 'context:component-scan' 的声明

标签:情况   版本号   ext   出现   www   全面   cat   声明   work   

原文地址:https://www.cnblogs.com/zhangzixian/p/11721898.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!