• Stephane Nicoll's avatar
    Execute batch jobs with ApplicationRunner · 68dc850a
    Stephane Nicoll authored
    This commit migrates JobLauncherCommandLineRunner to an
    ApplicationRunner implementation. The latter allows to parse option
    arguments (i.e. `--spring.something=value`) and makes it easy to ignore
    arguments that are not meant to be passed to batch jobs.
    
    Closes gh-19442
    68dc850a
howto.adoc 140 KB