zoukankan      html  css  js  c++  java
  • Spring 配置文件出现异常!

    spring配置文件错误

    Referenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-4.3.xsd). For more information, right click on the message in the Problems View and select "Show Details..."

     在MyEclipse 里面建的项目,复制进来的,在Eclipse里没有错误,但是在MyEclipse里有红色叉叉错误,项目本没有错误的,一样可以运行。 为了去掉这个红色叉叉,网上找了好多都不行,

    最后在beans 里面  的   http://www.springframework.org/schema/beans/spring-beans.xsd

    后面加上版本就没有出错了,改成这样 http://www.springframework.org/schema/beans/spring-beans-4.2.xsd

  • 相关阅读:
    【题解】B进制星球
    高斯消元
    7.16
    题解 P1572 【计算分数】
    7.30
    7.31
    项目中使用 MyBatis(一)
    从整体上了解Spring MVC
    Spring注解
    Spring IOC 和 DI
  • 原文地址:https://www.cnblogs.com/limn/p/7989176.html
Copyright © 2011-2022 走看看