I have around 30 cron jobs in my spring boot application. I want to display the metadata from Spring Batch Tables like status of job, Exit Message etc. I have explored Spring Batch Admin but couldn't find much with Spring Boot. Could someone please help, how can we do this? By Actuator, or Spring Batch Admin with Spring Boot.
Comment From: gggitpl
Can take a look at jobrunr
Comment From: JyotiMittal1993
Can take a look at jobrunr
I have already developed my cron job with
So, using jobrunr now, would become difficult.
Comment From: wilkinsona
There's no support in Spring Boot for batch job monitoring. You may be interested in Spring Cloud Data Flow which is the successor to Spring Batch Admin.