@@ -2378,7 +2378,15 @@ By default, it executes *all* `Jobs` in the application context on startup (see
...
@@ -2378,7 +2378,15 @@ By default, it executes *all* `Jobs` in the application context on startup (see
for details). You can narrow down to a specific job or jobs by specifying
for details). You can narrow down to a specific job or jobs by specifying
`spring.batch.job.names` (which takes a comma-separated list of job name patterns).
`spring.batch.job.names` (which takes a comma-separated list of job name patterns).
Unlike command line option arguments (which starts with `--`, e.g. `--spring=batch`) job parameters has to be passed without dashes to job (e.g. `spring=batch`).