我想在属性占位符的位置使用环境变量,但我不明白:
我试过这样:
<context:property-placeholder location="${CATALINA_HOME}/conf/database.properties" order="0"/>
但我得到这个错误
org.springframework.beans.factory.BeanInitializationException:无法加载属性;嵌套异常是 java.io.FileNotFoundException: 无法打开 ServletContext 资源 [/${CATALINA_HOME}/conf/database.properties]
此外,我没有找到有关在上下文配置或属性占位符中使用环境变量的文档。
亲切的问候。