Added See Also links (#18)

At the bottom of the document (above the footer), I added links to other guides that readers may find to be useful.
This commit is contained in:
Jay Bryant 2017-08-11 11:15:55 -05:00 committed by Greg Turnquist
parent d3631e4fe1
commit 1ec6f7de30

View File

@ -173,6 +173,14 @@ Found <firstName: JOHN, lastName: DOE> in the database.
Congratulations! You built a batch job that ingested data from a spreadsheet, processed it, and wrote it to a database.
== See also
The following guides may also be helpful:
* https://spring.io/guides/gs/spring-boot/[Building an Application with Spring Boot]
* https://spring.io/guides/gs/accessing-data-gemfire/[Accessing Data with GemFire]
* https://spring.io/guides/gs/accessing-data-jpa/[Accessing Data with JPA]
* https://spring.io/guides/gs/accessing-data-mongodb/[Accessing Data with MongoDB]
* https://spring.io/guides/gs/accessing-data-mysql/[Accessing data with MySQL]
include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/footer.adoc[]