Minor polish

This commit is contained in:
Michael Minella
2017-01-06 12:53:42 -06:00
parent 10bb457a5a
commit 3d1ee18db3
4 changed files with 10 additions and 6 deletions

View File

@@ -153,11 +153,10 @@ that is required.
[[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 (if not present) at task startup set the
Spring Cloud Task to create them at task startup set the
`spring.cloud.task.initialize.enable` property to `false`. It is currently
defaulted to `true`.
```
spring.cloud.task.initialize.enable=<true or false>
```