元素 "context:component-scan" 的前缀 "context" 未绑定。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了元素 "context:component-scan" 的前缀 "context" 未绑定。相关的知识,希望对你有一定的参考价值。
运行时出现如下错误:
Caused by: org.xml.sax.SAXParseException: 元素 "context:component-scan" 的前缀 "context" 未绑定。
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) ~[?:1.8.0_131]
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177) ~[?:1.8.0_131]
原因是缺少了 xmlns:context="http://www.springframework.org/schema/context" 和另外两句,即图中的3、7、8这三行行
以上是关于元素 "context:component-scan" 的前缀 "context" 未绑定。的主要内容,如果未能解决你的问题,请参考以下文章