Skip to content

Commit 5a69bfb

Browse files
benelogwilkinsona
authored andcommitted
Fix description of spring.batch.job.enabled
Signed-off-by: Sanghyuk Jung <[email protected]> See gh-46228
1 parent 4989587 commit 5a69bfb

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. A job is only launched if a single one in the context or a specific name is provided.",
496496
"defaultValue": true
497497
},
498498
{

0 commit comments

Comments
 (0)