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