Skip to content

Commit 1b7244b

Browse files
committed
Merge branch '3.4.x' into 3.5.x
Closes gh-46247
2 parents 596dd95 + d38079c commit 1b7244b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
{
493493
"name": "spring.batch.job.enabled",
494494
"type": "java.lang.Boolean",
495-
"description": "Execute all Spring Batch jobs in the context on startup.",
495+
"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.",
496496
"defaultValue": true
497497
},
498498
{

0 commit comments

Comments
 (0)