0
私はspring mvcアプリケーションを作成しましたが、D:\ propertiesfile.propertiesに外部プロパティファイルを持っていましたので、servlet-context.xmlでプロパティファイルを設定する方法を知りたいですSpring MVCアプリケーションの外部プロパティファイルの設定
<beans:bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<beans:property name="prefix" value="/WEB-INF/views/" />
<beans:property name="suffix" value=".jsp" />
</beans:bean>
<context:property-placeholder location="file:D:\propertiesfile.properties>
<context:component-scan base-package="com.example.properties" />
しかし、動作しません。私を案内してください