Skip to content

Commit 170614d

Browse files
committed
cleaning up spring batch example
1 parent 0aee423 commit 170614d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/spring-batch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This example depends on a properties file called job.properties. This project pr
1919
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.
2020
1. Modify ./gradle.properties to meet your needs.
2121
1. Deploy the Data Hub Framework `./gradlew mlDeploy`
22-
1. Deploy Hub Framework Modules `./gradlew mlDeployModules`
22+
1. Deploy Hub Framework Modules `./gradlew mlLoadModules`
2323
1. Modify job.properties to point to your staging database and the job repo
2424
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.
2525

0 commit comments

Comments
 (0)