-
Sep 6th, 2011, 07:26 AM
#1
Spring integration file reading
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">
<int
oller fixed-rate="1000"/>
</file:inbound-channel-adapter>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules