新しい Spring ベースのアプリケーションをセットアップした後、アプリケーション コンテキスト内の参照スキーマ (http://www.springframework.org/schema/beans/spring-beans-3.0.xsd) で問題が発生しています。
appContext.xml
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans xmlns:beans="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
....
</beans:beans>
エラー
Referenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-3.0.xsd).
構成を最小バージョン (Bean 定義なし) に減らしても、このエラーが発生します。ここで何が問題なのか、誰かがヒントを持っていますか? 前もって感謝します!
ところで:私はSTS 2.7.1を使用しています