Add the 'Getting Started' Guide and Example Code to the Samples Table.

Resolves gh-54.
This commit is contained in:
John Blum
2019-09-16 19:37:41 -07:00
parent 33d99be80d
commit b59a41b61f

View File

@@ -12,6 +12,11 @@ with their Apache Geode / Pivotal GemFire, Spring Boot applications.
|===
| Guide | Description | Source
| link:guides/getting-started.html[Getting Started with Spring Boot for Apache Geode]
| Explains how to get started quickly, easily and reliably building Apache Geode and Pivotal Cloud Cache powered
applications with Spring Boot.
| {github-samples-url}/intro/getting-started[Getting Started]
| link:guides/boot-configuration.html[Spring Boot Auto-Configuration for Apache Geode/Pivotal GemFire]
| Explains what auto-configuration is provided by SBDG out-of-the-box and what the auto-configuration is doing.
| {github-samples-url}/boot/configuration[Boot Auto-Configuration]