Skip to content

Commit

Permalink
Provide a not in documentation about setting table prefix for JobRepo…
Browse files Browse the repository at this point in the history
…sitory and Explorer

When using the @EnableBatchProcessing annotation in a batch app and the user wants to have a table prefix,
they must first set the prefix on the JobRepository and JobExplorers they plan to use.
  • Loading branch information
cppwfs committed Jul 3, 2024
1 parent c1b74fe commit 8167a27
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ To launch a task:
When the execution is complete, the Status turns to a green color and shows `Complete.`
Select the **Executions** tab to view a summary of executions for this task.

<!--NOTE-->

When creating a Spring Batch 5.x+ application with the `@EnableBatchProcessing` annotation and your app requires that you
set the `TablePrefix`, remember that you must also set it for the `JobRepository` and `JobExplorer` beans.

<!--END_NOTE-->

![Task executions](images/SCDF-batch-executions.png)

### Reviewing the Job Execution
Expand Down

0 comments on commit 8167a27

Please sign in to comment.