How to set the path of directory in below code in window environment.I don't want to use property file.Please let me know is it the right way to provide the directory path like --- directory="C:/WINDOWS/Temp/spring-integration-samples"
<file:inbound-channel-adapter id="filesIn" channel="input"
directory="C:/WINDOWS/Temp/spring-integration-samples" prevent-duplicates="true">
<intoller fixed-rate="1000"/>
</file:inbound-channel-adapter>


oller fixed-rate="1000"/>
Reply With Quote