spring xml解析时错误 no declaration can be found for element 'mvc:annotation-driven'.

tomcat启动在解析xml时的异常org.xml.sax.SAXParseException:cvc-complex-type.2.4.c:Thematchingwil... tomcat启动在解析xml时的异常
org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mvc:annotation-driven'.
配置
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema/p"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xsi:schemaLocation="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
http://www.springframework.org/schema/mvc">

<mvc:annotation-driven/>

<context:component-scan base-package="com.gf.control"/>

<bean class="org.springframework.web.servlet.view.InternalResourceViewResolver" >
<property name="prefix" value="/WEB-INF/"/>
<property name="suffix" value=".jsp"/>
</bean>
</beans>
有没有什么快捷高效的配置技巧,求指教
展开
 我来答
lzgmusic
2014-03-22 · TA获得超过414个赞
知道小有建树答主
回答量:573
采纳率:66%
帮助的人:303万
展开全部
xsi:schemaLocation="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
http://www.springframework.org/schema/mvc">

这个前两个都是两行,第三个 为什么只有一行??
是不是少拷贝了代码?? mvc 里面 没有写 xsd,是不是这个原因??
追问
可能是这个原因,但是这个xsd对应的位置路径刚怎么写呢,不太清楚这个引用的xsd路径是在哪里找的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
wjsshide
2014-03-23 · TA获得超过142个赞
知道答主
回答量:151
采纳率:0%
帮助的人:54.7万
展开全部
看来你用的是spring注解的方式 看你报错的原因就是 缺少spring注解的驱动,就是缺少jar包,你上网找一下spring注解jar,拷过来应该就没事了,具体哪一个我也忘了
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式