XML文件首行代码报错:<?xml version="1.0" encoding="UTF-8"?>
解决eclipse出现Referenced file contains errors (https://www.springframework.org/schema/beans/spring-bean

运行eclipse或者Myeclipse出现问题如下。
Referenced file contains errors (https://www.springframework.org/schema/beans/spring-beans-4.2.xsd). For more information, right click on
the message in the Problems View and select “Show Details…”
解决eclipse出现Referenced file contains errors (https://www.springframework.org/schema/beans/spring-bean

解决办法:
发现是spring-beans.xsd与下边版本不统一,修改后即可。
解决eclipse出现Referenced file contains errors (https://www.springframework.org/schema/beans/spring-bean
改为spring-beans-4.2.xsd不报错。亲测有效!
解决eclipse出现Referenced file contains errors (https://www.springframework.org/schema/beans/spring-bean

相关文章:

  • 2022-12-23
  • 2021-10-18
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2021-08-18
猜你喜欢
  • 2022-12-23
  • 2021-06-27
  • 2021-09-17
  • 2021-11-26
  • 2021-10-03
  • 2021-11-10
相关资源
相似解决方案