Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Spring Boot application that demonstrates how to set up File polling using the Spring Integration DSL and how to test it

The application consists of an Integration flow that polls a directory for files that match a given regex expression.

On finding a file it is transformed to a String and passed to a message handling flow that writes it out to another directory.

The EIP Flow

EIP diagram

It can be used as an entry point to a bigger application.

The tests show best practices for testing such a component.

See blog post: File Polling made easy with Spring Integration DSL

To build it:

> mvn clean install

To run it:


> mvn spring-boot:run

About

A simple spring boot application that demonstrates file polling using the Spring Integration DSL

Topics

Resources

Stars

27 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages