An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# spring-integration-file [![tests](https://github.com/daggerok/spring-boot-integration-file-example/actions/workflows/tests.yml/badge.svg)](https://github.com/daggerok/spring-boot-integration-file-example/actions/workflows/tests.yml) [![integration tests](https://github.com/daggerok/spring-boot-integration-file-example/actions/workflows/integration-tests.yml/badge.svg)](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)