I just switched from REST endpoint triggered spring batch job to a command line job run method. I removed the controller class which had the JobLauncher. Now I am t
JobLauncher