You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/spring-batch/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This example depends on a properties file called job.properties. This project pr
19
19
1.[Deploy the MarkLogic Job Repository](https://github.com/marklogic-community/marklogic-spring-batch/wiki/MarkLogicJobRepository). When the Spring Batch application starts it needs to persist the job into MarkLogic.
20
20
1. Modify ./gradle.properties to meet your needs.
21
21
1. Deploy the Data Hub Framework `./gradlew mlDeploy`
1. Modify job.properties to point to your staging database and the job repo
24
24
1. Execute the job with the following gradle command. `./gradlew ingestInvoices` This reads invoice, customer, item, and customer data from a relational database called H2 and ingests it into MarkLogic. During ingest the data is passed through the Invoice:ingest-invoice-db input flow.
0 commit comments