我正在使用 java Spring 3.x
我想从 OS 环境变量加载上下文占位符属性文件。以下是我的代码
<context:property-placeholder location="file:#{ systemProperties['RESOURCE_PATH']}/jdbc.properties,
其中 RESOURCE_PATH 是我的 linux 环境变量,但我收到文件未找到异常。
任何帮助表示赞赏。
我正在使用 java Spring 3.x
我想从 OS 环境变量加载上下文占位符属性文件。以下是我的代码
<context:property-placeholder location="file:#{ systemProperties['RESOURCE_PATH']}/jdbc.properties,
其中 RESOURCE_PATH 是我的 linux 环境变量,但我收到文件未找到异常。
任何帮助表示赞赏。