From 9adda574f5464867291d941f81734d9850e6b3b3 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 27 May 2013 19:44:39 +0200 Subject: [PATCH] Update to use new {!snippet:...} syntax --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f3a76204f3..71f01a87af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ - - # Getting Started: Batch-based Processing What you'll build @@ -15,12 +13,12 @@ What you'll need - [JDK 7][jdk7] or later - Your choice of Maven (3.0+) or Gradle (1.5+) -[macro:how-to-complete-this-guide] +{!snippet:how-to-complete-this-guide} Set up the project ------------------ -[macro:build-system-intro] +{!snippet:build-system-intro} ### Create a Maven POM @@ -74,7 +72,7 @@ Set up the project ``` -[macro:bootstrap-starter-pom-disclaimer] +{!snippet:bootstrap-starter-pom-disclaimer} @@ -459,4 +457,4 @@ When it runs, it will print out a line for each person that gets transforms. At Congratulations! You have just built a batch job to ingest data from a spreadsheet, processed it, and written it into a database. [zip]: https://github.com/springframework-meta/gs-batch-processing/archive/master.zip -[jdk7]: http://docs.oracle.com/javase/7/docs/webnotes/install/index.html \ No newline at end of file +[jdk7]: http://docs.oracle.com/javase/7/docs/webnotes/install/index.html