Merge branch '3.5.x'

Closes gh-46248
This commit is contained in:
Andy Wilkinson 2025-07-02 11:25:20 +01:00
commit ac2656d312
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
{ {
"name": "spring.batch.job.enabled", "name": "spring.batch.job.enabled",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
"description": "Execute all Spring Batch jobs in the context on startup.", "description": "Whether to execute a Spring Batch job on startup. When multiple jobs are present in the context, set spring.batch.job.name to identify the job to execute.",
"defaultValue": true "defaultValue": true
}, },
{ {