0

やり方がわからない: context-application について知っておくべきことは? 依存症についてはどうですか?

私はこれをアプリケーションコンテキストに使用します:

<beans xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/context" xmlns:p="http://www.springframework.org/schema/p" xmlns:util="http://www.springframework.org/schema/util" 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.1.xsd
       http://www.springframework.org/schema/context
       http://www.springframework.org/schema/context/spring-context-3.1.xsd
       http://www.springframework.org/schema/util
       http://www.springframework.org/schema/util/spring-util-3.1.xsd">



<bean class="org.springframework.web.servlet.view.InternalResourceViewResolver" id="viewResolver">
  <property name="viewClass" value="org.springframework.web.servlet.view.JstlView">
  <property name="prefix" value="/WEB-INF/jsp/">
  <property name="suffix" value=".jsp">
 </property></property></property></bean>
 <dependency org="org.springframework" name="org.springframework.web.portlet" rev="3.1.2.RELEASE" />

</beans>

ライブラリとビルド パスに spring 3.1.2 を含めます。

エラーが表示されます: 要素 'beans' の宣言が見つかりません。

4

0 に答える 0