Eclipse跑项目的时候遇到如下错误

[2017-07-25 05:17:02:002 CST] main ERROR context.ContextLoader: Context initialization failed

org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location [rabbitmq-config.xml]

Offending resource: class path resource [META-INF/application.xml]; nested exception is org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/rabbit]

Offending resource: class path resource [META-INF/rabbitmq-config.xml]

 

在eclipse的启动界面勾选如下选项即可解决

 


Unable to locate Spring NamespaceHandler for XML schema namespace 解决
 

 

相关文章:

  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
  • 2022-01-10
  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2021-09-28
相关资源
相似解决方案