<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:annotation-drivenは、コンパイル時エラーを示します。一致するワイルドカードは厳密ですが、要素の宣言が見つかりません。問題を正しく見つけることができませんでした。だから、この問題を見つけるのを手伝ってください。
エラー:cvc-complex-type.2.4.c:一致するワイルドカードは厳密ですが、要素'mvc:annotation-driven'の宣言が見つかりません。何が問題なのか教えていただけますか?