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

2024-11-28 10:21:50
推荐回答(2个)
回答1:

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,是不是这个原因??

回答2:

看来你用的是spring注解的方式 看你报错的原因就是 缺少spring注解的驱动,就是缺少jar包,你上网找一下spring注解jar,拷过来应该就没事了,具体哪一个我也忘了