在xml文件中,头部报错如题

解决上一篇bean.xml中<bean>标签报错“ Error while downloading 'http://www.springframework.org/schema/beans/spring-beans.xsd........”

一开始查询,说是头部少了“<?xml version="1.0" encoding="UTF-8"?>”,但是我并没有这个问题,可能有人会遇到。

而且这个错并不影响项目的运行,当然也有可能是我没注意到或者没有写到相关引用的代码。

现在才知道,原来是因为工具较新,可能缺少标签,加上<xml-body>标签就行了

解决上一篇bean.xml中<bean>标签报错“ Error while downloading 'http://www.springframework.org/schema/beans/spring-beans.xsd........”

这样就好了

 

相关文章:

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