2
このクラスは、Spring Web Model-View-Controller(MVC)フレームワークで使用しています。 Spring Web Model-View-Controller(MVC)フレームワークのバージョンは3.2.8です。Spring Web MVC 3.2.8でのプロパティキーの読み込み
私はこのBean定義<bean id="applicationProperties" class="org.springframework.beans.factory.config.PropertiesFactoryBean">
<property name="locations">
<list><value>classpath:config/application.properties</value></list>
</property>
</bean>
これは、ファイルの内容である必要があり、私のapplicationContext.xml
で
:
templateName = BLE_NORDIC
が、私はJSPでこのプロパティを読んだとき、私は????
<fmt:message key="templateName"/>' >
を得ました