https://github.com/daggerok/spring-boot-integration-file-example
This repository demonstrates how to implement text files synchronization within spring-integration using spring-integration-file module
https://github.com/daggerok/spring-boot-integration-file-example
spring-boot spring-boot-2 spring-boot-3 spring-boot-integration spring-integration spring-integration-file
Last synced: 6 months ago
JSON representation
This repository demonstrates how to implement text files synchronization within spring-integration using spring-integration-file module
- Host: GitHub
- URL: https://github.com/daggerok/spring-boot-integration-file-example
- Owner: daggerok
- Created: 2023-04-10T21:53:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T22:06:21.000Z (over 2 years ago)
- Last Synced: 2025-01-10T00:37:13.400Z (12 months ago)
- Topics: spring-boot, spring-boot-2, spring-boot-3, spring-boot-integration, spring-integration, spring-integration-file
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-integration-file [](https://github.com/daggerok/spring-boot-integration-file-example/actions/workflows/tests.yml) [](https://github.com/daggerok/spring-boot-integration-file-example/actions/workflows/integration-tests.yml)
This repository demonstrates how to implement text files synchronization within spring-integration using
`spring-integration-file` module
## RTFM
* [Spring Integration Java DSL](https://docs.spring.io/spring-integration/reference/html/dsl.html)
* [Configuring with the Java DSL](https://docs.spring.io/spring-integration/reference/html/file.html#configuring-with-the-java-dsl)
* [Delete source file after processing](https://stackoverflow.com/questions/12707149/spring-integration-delete-file-in-outbound-channel-adapter)
* [Spring Integration testing support](https://docs.spring.io/spring-integration/reference/html/testing.html)