HTTP状态500-Servlet调度程序的Servlet.init()抛出异常的解决方法

通配符的匹配很全面, 但无法找到元素 ‘context:component-scan’ 的声明

运行springMVC项目的时候出现
HTTP状态500-Servlet调度程序的Servlet.init()抛出异常的解决方法_第1张图片

javax.servlet.ServletException: Servlet.init() for servlet dispatcher threw exception
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 8 in XML document from ServletContext resource [/WEB-INF/dispatcher-servlet.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 8; columnNumber: 53; cvc-complex-type.2.4.c: 通配符的匹配很全面, 但无法找到元素 'context:component-scan' 的声明。

一般是因为这个.xml文件中的命名空间依赖型没有声明完整,一些必要的依赖项没有添加进来。

解决方法:xml中使用完整的命名空间.


你可能感兴趣的:(HTTP状态500-Servlet调度程序的Servlet.init()抛出异常的解决方法)