Skip to content

Commit d38079c

Browse files
committed
Merge pull request #46228 from benelog
* gh-46228: Polish "Fix description of spring.batch.job.enabled" Fix description of spring.batch.job.enabled Closes gh-46228
2 parents 4989587 + 7c14ac0 commit d38079c

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)