このコードの使用
<propertyPlaceholder id="properties" location="file:${basedir}/etc/foo.properties"/>
アプリケーションの開始時にキャメルロード foo.properties: 1 時間ごとに foo.properties をリロードする方法はありますか?
foo.properties が変更された場合に役立ちます。
このコードの使用
<propertyPlaceholder id="properties" location="file:${basedir}/etc/foo.properties"/>
アプリケーションの開始時にキャメルロード foo.properties: 1 時間ごとに foo.properties をリロードする方法はありますか?
foo.properties が変更された場合に役立ちます。