設定の問題:XMLスキーマ名前空間用のSpring NamespaceHandlerを見つけることができません[http://www.springframework.org/schema/mvc]。設定の問題:[http://www.springframework.org/schema/mvc]のSpring NamespaceHandler
このエラーが起こっている理由は誰もが言うことができますか? これは私の設定です。
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
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
http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd">
春のコンテキストxml's.aリンクを見つけると私の問題を解決しましたか? jarのバージョンを入れますか?私も同じ問題に遭遇しました。 – cherit