Skip to content

Commit ac2656d

Browse files
committed
Merge branch '3.5.x'
Closes gh-46248
2 parents ce9ffd1 + 1b7244b commit ac2656d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"name": "spring.batch.job.enabled",
2222
"type": "java.lang.Boolean",
23-
"description": "Execute all Spring Batch jobs in the context on startup.",
23+
"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.",
2424
"defaultValue": true
2525
},
2626
{

0 commit comments

Comments
 (0)