Update to use new {!snippet:...} syntax
This commit is contained in:
parent
ee3e6fd3c8
commit
9adda574f5
10
README.md
10
README.md
@ -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
|
# Getting Started: Batch-based Processing
|
||||||
|
|
||||||
What you'll build
|
What you'll build
|
||||||
@ -15,12 +13,12 @@ What you'll need
|
|||||||
- [JDK 7][jdk7] or later
|
- [JDK 7][jdk7] or later
|
||||||
- Your choice of Maven (3.0+) or Gradle (1.5+)
|
- 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>
|
<a name="scratch"></a>
|
||||||
Set up the project
|
Set up the project
|
||||||
------------------
|
------------------
|
||||||
[macro:build-system-intro]
|
{!snippet:build-system-intro}
|
||||||
|
|
||||||
<span class="maven">
|
<span class="maven">
|
||||||
### Create a Maven POM
|
### Create a Maven POM
|
||||||
@ -74,7 +72,7 @@ Set up the project
|
|||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
</project>
|
</project>
|
||||||
```
|
```
|
||||||
[macro:bootstrap-starter-pom-disclaimer]
|
{!snippet:bootstrap-starter-pom-disclaimer}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="gradle">
|
<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.
|
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
|
[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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user