我的 spring bean.xml 中有以下配置,当我运行时出现错误:如下所述。我不明白下面的配置标签是什么以及它的用途。在哪里指定 config.file
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location">
<value>file:#{ systemProperties['config.file']}</value>
</property>
错误:线程“main”中的异常org.springframework.beans.factory.BeanInitializationException: Could not load properties; nested exception is java.io.FileNotFoundException: