Configuring System property in Spring
问题 I have file channel adapter which need to listen to a directory in specfied intervals. And I have the following code. <file:inbound-channel-adapter id="fileAdapter" directory="file:${SYS.com.abc.wls.workdir}/finalize/" queue-size="1000" auto-startup="true" filename-pattern="*.txt"> <int:poller fixed-delay="500"> </int:poller> </file:inbound-channel-adapter> when I replce directory="file:${SYS.com.abc.wls.workdir}/finalize/ with a real directory name ( like directory="file:C:/temp/finalize/ )