|
|
@ -3,8 +3,8 @@
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns:int="http://www.springframework.org/schema/integration"
|
|
|
|
xmlns:int="http://www.springframework.org/schema/integration"
|
|
|
|
xmlns:int-file="http://www.springframework.org/schema/integration/file"
|
|
|
|
xmlns:int-file="http://www.springframework.org/schema/integration/file"
|
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration.xsd
|
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration-4.1.xsd
|
|
|
|
http://www.springframework.org/schema/integration/file http://www.springframework.org/schema/integration/file/spring-integration-file.xsd
|
|
|
|
http://www.springframework.org/schema/integration/file http://www.springframework.org/schema/integration/file/spring-integration-file-4.1.xsd
|
|
|
|
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
|
|
|
|
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
|
|
|
|
|
|
|
|
|
|
|
|
<int-file:inbound-channel-adapter channel="input" directory="target/input" filename-pattern="*">
|
|
|
|
<int-file:inbound-channel-adapter channel="input" directory="target/input" filename-pattern="*">
|
|
|
|