Update to use new {!snippet:...} syntax

This commit is contained in:
Chris Beams 2013-05-27 19:44:39 +02:00
parent ee3e6fd3c8
commit 9adda574f5

View File

@ -1,5 +1,3 @@
<!-- See expanded [macro:...] values at https://github.com/springframework-meta/springframework.org/tree/master/doc/gs-macros.md -->
# 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}
<a name="scratch"></a>
Set up the project
------------------
[macro:build-system-intro]
{!snippet:build-system-intro}
<span class="maven">
### Create a Maven POM
@ -74,7 +72,7 @@ Set up the project
</pluginRepositories>
</project>
```
[macro:bootstrap-starter-pom-disclaimer]
{!snippet:bootstrap-starter-pom-disclaimer}
</span>
<span class="gradle">
@ -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
[jdk7]: http://docs.oracle.com/javase/7/docs/webnotes/install/index.html