Edit Simple Job Launcher
Simple implementation of the JobLauncher interface.
A JobLauncher represents a simple interface for launching a Job with a given set of JobParameters
There is only one required dependency of this Launcher, a JobRepository. The JobRepository is used to obtain a valid JobExecution. The Repository must be used because the provided Job could be a restart of an existing JobInstance, and only the Repository can reliably recreate it.
