以下のコードスニペット
<bean id="placeholderProperties" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"
depends-on="environment">
<property name="location" value="classpath:batch-${ENVIRONMENT}.properties" />
「依存」の意味と${ENVIRONMENT}の値を操作する方法は何ですか??
環境は、システムの環境変数内のシステム変数を参照していますか?