<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"
xmlns:aop="http://www.springframework.org/schema/aop"
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
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop.xsd"
>
這是我的模式聲明。但mvc:註解驅動它顯示編譯時錯誤。 匹配的通配符是嚴格的,但是對於元素沒有聲明。我無法正確地找到問題。所以請幫助找到這個問題。<mvc:annotation-driven />顯示編譯時錯誤
錯誤: cvc-complex-type.2.4.c:匹配通配符是嚴格的,但是對於元素'mvc:annotation-driven'沒有聲明。 你能告訴我什麼是問題嗎?