Skip to content

Panciz/springint-dirmonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springint-dirmonitor

Spring Integration File Modification Monitor

A simple spring-boot application that monitor a dir (and its sub-dirs) and raises and event if a file contained in the dir is modified or created.

No event are raised for files already present in the dir.

The directory to monitor is passed as argument at runtime.

The project is based on Spring Integration and Spring DSL

The event dispatcher and consumer are instantiated at runtime using spring DSL.

to run

mvn package

and

jar -jar target\springint-0.0.1-SNAPSHOT.jar --readingDir=/dir/to/monitor

About

Spring Integration Directory content Monitor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages