mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Polish "Fix description of spring.batch.job.enabled"
See gh-46228
This commit is contained in:
+1
-1
@@ -492,7 +492,7 @@
|
||||
{
|
||||
"name": "spring.batch.job.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
"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.",
|
||||
"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.",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user