Browse Source

Fix description of spring.batch.job.enabled

Signed-off-by: Sanghyuk Jung <sanghyuk.jung@navercorp.com>

See gh-46228
pull/46604/head
Sanghyuk Jung 7 months ago committed by Andy Wilkinson
parent
commit
5a69bfb403
  1. 2
      spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -492,7 +492,7 @@ @@ -492,7 +492,7 @@
{
"name": "spring.batch.job.enabled",
"type": "java.lang.Boolean",
"description": "Execute all Spring Batch jobs in the context on startup.",
"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.",
"defaultValue": true
},
{

Loading…
Cancel
Save