为了账号安全,请及时绑定邮箱和手机立即绑定

<mvc:default-servlet-handler/>报错是怎么回事

<mvc:default-servlet-handler/>报错是怎么回事呀

正在回答

3 回答

应该是你的scheme引用错了

<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mvc="http://www.springframework.org/schema/mvc"
       xmlns:context="http://www.springframework.org/schema/context"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
       http://www.springframework.org/schema/beans/spring-beans.xsd
        http://www.springframework.org/schema/mvc
        http://www.springframework.org/schema/mvc/spring-mvc.xsd
        http://www.springframework.org/schema/context
        http://www.springframework.org/schema/context/spring-context.xsd">

把你spring-web.xml 里头的头换了试下

5 回复 有任何疑惑可以回复我~
#1

小呆888 提问者

谢谢,换成你的,可以了。
2017-05-08 回复 有任何疑惑可以回复我~

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mvc:default-servlet-hander'.

0 回复 有任何疑惑可以回复我~
#1

紫枫fhq

bandler写错了?
2018-12-04 回复 有任何疑惑可以回复我~
#2

紫枫fhq 回复 紫枫fhq

hanlder
2018-12-04 回复 有任何疑惑可以回复我~

你在bean中导入的xmlns错了,以下都是错的。

xmlns:mvc="http://www.springframework.org/schema/cache"   <!--错误的xmlns-->
xmlns:mvc="http://www.springframework.org/schema/tx"      <!--错误的xmlns-->
xmlns:mvc="http://www.springframework.org/schema/task"    <!--错误的xmlns-->

正确的是以mvc结尾的。

xmlns:mvc="     <!--正确的xmlns-->


1 回复 有任何疑惑可以回复我~
#1

gtrfans

xmlns:mvc="http://www.springframework.org/schema/mvc" <!--正确的xmlns-->
2017-04-21 回复 有任何疑惑可以回复我~
#2

小呆888 提问者

恩。解决了。谢谢。
2017-05-08 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

<mvc:default-servlet-handler/>报错是怎么回事

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信