Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、Spring は初めてなので、ばかげた質問でしたらご容赦ください。
環境変数で指定されたパスからプロパティ ファイルをロードする必要があります。このディレクトリには、.properties ファイルがあります。
ありがとう
プロパティを ${} で囲むだけです。
<ctx:property-placeholder location="file:${MY_ENV}/yourfile.properties"/>