Spring cloud data flow server is used to execute any batch job, command line task or streams as a microservice. Here we will learn how to register and execute a batch job with spring cloud data flow server. These jobs will be executed in separate JVM which gets created and destroyed on demand by spring cloud data flow server. How to setup spring cloud data flow server Please refer below post on how to setup cloud data flow server. https://www.thetechnojournals.com/2019/12/setting-up-spring-cloud-data-flow-server.html Spring batch job Spring batch job is used for the batch processing or background job execution where we want to process the limited set of data. I will not show how to create batch jobs in this tutorial but we will learn what is required to register your batch job with spring cloud data flow server and how to execute it then. Spring batch job registration with cloud data flow server To register a spring batch job we need to enable the task. Below are the steps r...
Blogs about Java, J2ee, Multithreading, Data structure, Algorithm, Spring framework, Spring boot, Web services and open source technologies