Initialize values with properties vs value
resolves #SCT-587
This commit is contained in:
committed by
Michael Minella
parent
0af72e31ac
commit
7490f8b820
@@ -152,13 +152,16 @@ by setting the `spring.cloud.task.tablePrefix` to the prefix you need, as follow
|
||||
[[features-table-initialization]]
|
||||
=== Enable/Disable table initialization
|
||||
In cases where you are creating the task tables and do not wish for Spring Cloud Task to
|
||||
create them at task startup, set the `spring.cloud.task.initialize.enable` property to
|
||||
create them at task startup, set the `spring.cloud.task.initialize-enabled` property to
|
||||
`false`, as follows:
|
||||
|
||||
`spring.cloud.task.initialize.enable=false`
|
||||
`spring.cloud.task.initialize-enabled=false`
|
||||
|
||||
It defaults to `true`.
|
||||
|
||||
|
||||
NOTE: The property `spring.cloud.task.initialize.enable` has been deprecated.
|
||||
|
||||
[[features-generated_task_id]]
|
||||
=== Externally Generated Task ID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user