spring mvc配置文件不能识别<mvc:default-servlet-handler/> 标签是缺少什么jar包 5
cvc-complex-type.2.4.c:Thematchingwildcardisstrict,butnodeclarationcanbefoundforeleme...
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mvc:default-servlet-handler/>在spring-servlet.xml不能识别<mvc:default-servlet-handler/>标签还有<mvc:resources/>标签,原先的MyEclipse10可以识别,从新装了8.6版本后就识别不了了,求高手解答啊!!!
展开
2个回答
展开全部
“spring mvc”配置文件缺少“dispatcher-servlet.xml”这个文件,建议删除全部文件然后重新操作一遍即可。
“SpringMVC”的相关问题解析:
(1)访问路径URL是否正确被“spring mvc”拦截;
(2)检查<context:component-scan/>配置正确性;“Base-package”的后面如果是写成了”com.taotao.controller.*”是错误的(不带*,定位到包即可。);
(3)只有成功读取到“spring mvc”的"xml配置文件,才能让"spring容器加载"spring mvc容器,才能识别“@Controller”注解并执行标注的“Contoller”层;
(4)“web.xml”加载"spring容器“xml”的配置文件时,<param-name></param-name>之间的“contextConfigLocation”也是固定的。
展开全部
你的beans标签下的xsi:schemaLocation有没有这两个:
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd
追问
有啊,在原先的MyEclipse上就没错误,重装了以后就一直报这个错了
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询