From 7460d3804ad650282b09e8e8f55fe2bb6bcf7545 Mon Sep 17 00:00:00 2001 From: David Turanski Date: Fri, 5 Jan 2018 10:14:29 -0500 Subject: [PATCH] Added link to git repo --- src/main/asciidoc/tasks/file-ingest/main.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/tasks/file-ingest/main.adoc b/src/main/asciidoc/tasks/file-ingest/main.adoc index 37bb595..177b5dc 100644 --- a/src/main/asciidoc/tasks/file-ingest/main.adoc +++ b/src/main/asciidoc/tasks/file-ingest/main.adoc @@ -13,7 +13,7 @@ include::{docs_dir}/shell.adoc[] ==== Batch File Ingest Demo Overview -The source for the demo project is located in the `batch/file-ingest` directory at the top-level of this repository. The sample is a Spring Boot application that demonstrates how to read data from a flat file, perform processing on the records, and store the transformed data into a database using Spring Batch. +The source for the demo project is located in {github-code}/tree/master/batch/file-ingest[here]. The sample is a Spring Boot application that demonstrates how to read data from a flat file, perform processing on the records, and store the transformed data into a database using Spring Batch. The key classes for creating the batch job are: