Skip to content

Commit d508285

Browse files
cppwfsmminella
authored andcommitted
Additional docs on table creation when using the tablePrefix prop
Resolves #653
1 parent 3ed2042 commit d508285

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

spring-cloud-task-docs/src/main/asciidoc/features.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,13 @@ by setting the `spring.cloud.task.tablePrefix` to the prefix you need, as follow
149149

150150
`spring.cloud.task.tablePrefix=yourPrefix`
151151

152+
By using the `spring.cloud.task.tablePrefix`, a user assumes the responsibility to
153+
create the task tables that meet both the criteria for the task table schema but
154+
with modifications that are required for a user's business needs.
155+
You can utilize the Spring Cloud Task Schema DDL as a guide when creating your own Task DDL as seen
156+
https://github.com/spring-cloud/spring-cloud-task/tree/master/spring-cloud-task-core/src/main/resources/org/springframework/cloud/task[here].
157+
158+
152159
[[features-table-initialization]]
153160
=== Enable/Disable table initialization
154161
In cases where you are creating the task tables and do not wish for Spring Cloud Task to
@@ -159,7 +166,6 @@ create them at task startup, set the `spring.cloud.task.initialize-enabled` prop
159166

160167
It defaults to `true`.
161168

162-
163169
NOTE: The property `spring.cloud.task.initialize.enable` has been deprecated.
164170

165171
[[features-generated_task_id]]

spring-cloud-task-docs/src/main/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Michael Minella, Glenn Renfro, Jay Bryant
3939
:attributes: allow-uri-read
4040
// ======================================================================================
4141

42-
(C) 2009-2018 Pivotal Software, Inc. All rights reserved.
42+
(C) 2009-2020 VMware, Inc. All rights reserved.
4343

4444
Copies of this document may be made for your own use and for distribution to
4545
others, provided that you do not charge any fee for such copies and further

0 commit comments

Comments
 (0)