idea关于“无法找到元素 'context:component-scan' 的声明”的问题

Posted tianxiafeiyu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea关于“无法找到元素 'context:component-scan' 的声明”的问题相关的知识,希望对你有一定的参考价值。

idea给的默认spring xml配置文件头存在一些问题(不全),使用完整的文件头后问题解决:

<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:p="http://www.springframework.org/schema/p"
    xmlns:context="http://www.springframework.org/schema/context"
    xsi:schemaLocation="
        http://www.springframework.org/schema/beans
        http://www.springframework.org/schema/beans/spring-beans.xsd
        http://www.springframework.org/schema/context
        http://www.springframework.org/schema/context/spring-context.xsd">

</beans>

 

以上是关于idea关于“无法找到元素 'context:component-scan' 的声明”的问题的主要内容,如果未能解决你的问题,请参考以下文章

关于IDEA无法在gitCommit时切换中文

关于IDEA无法在gitCommit时切换中文

关于Idea安装插件问题

关于使用idea的一些小技巧

关于IDEA2019激活

关于idea中文乱码解决方案