由于我是 Spring MVC 框架的新手并尝试学习,但抛出了异常。可能是什么原因?
我的文件中似乎有错误dispatcher-servlet.xml
:
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans xmlns="http://www.springframework.org/schema/mvc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:beans="http://www.springframework.org/schema/beans"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
<annotation-driven />
<context:component-scan base-package="kz.controller" />
<bean id="viewResolver" class="org.springframework.web.servlet.view.UrlBasedViewResolver">
<property name="viewClass" value="org.springframework.web.servlet.view.JstlView"/>
<property name="prefix" value="/WEB-INF/jsp/"/>
<property name="suffix" value=".jsp"/>
</bean>
</beans:beans>
我的控制器类是注释驱动的,但它抛出了这个错误:
HTTP 状态 500 -
Servlet.init()
用于 servlet 调度程序抛出异常类型异常报告
Servlet.init()
servlet 调度程序的消息引发异常描述服务器遇到一个内部错误,阻止它完成这个请求。
例外
javax.servlet.ServletException
:Servlet.init()
对于 servlet 调度程序抛出异常 :来自资源 [ ]org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
的 XML 文档中的第 23 行无效;ServletContext
/WEB-INF/dispatcher-servlet.xml