mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Fix description of spring.batch.job.enabled
Signed-off-by: Sanghyuk Jung <sanghyuk.jung@navercorp.com> See gh-46228
This commit is contained in:
committed by
Andy Wilkinson
parent
49895876c0
commit
5a69bfb403
+1
-1
@@ -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
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user