Fix description of spring.batch.job.enabled

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

See gh-46228
This commit is contained in:
Sanghyuk Jung
2025-07-02 11:21:55 +01:00
committed by Andy Wilkinson
parent 49895876c0
commit 5a69bfb403
@@ -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
},
{