1
votes

I'm working on a POC using Spring Boot , Spring Batch and Spring Integration. I'm looking to build something like a crawler.

Users add information about servers(ftp,sftp ) and files to grab. All this stuff are on a database.

My problem is : I don't know how to setup Spring Batch and Integration automatically on startup and during the running.

Any clues, examples ?

thx

1

1 Answers

1
votes

There are lots of Spring Integration Samples; some of the newer ones (e.g. barrier, kafka) use Spring Boot.

The Spring getting started guides and project sites are a good resource too.

I suggest you do some research, read docs etc, then ask a more specific question here, if you have one.