Skip to content

Commit 7c14ac0

Browse files
committed
Polish "Fix description of spring.batch.job.enabled"
See gh-46228
1 parent 5a69bfb commit 7c14ac0

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": "Whether to execute a Spring Batch job on startup. A job is only launched if a single one in the context or a specific name is provided.",
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)