16. Samples

This section contains working examples demonstrating how to use Spring Boot for Apache Geode and Pivotal GemFire (SBDG) effectively.

Some examples focus on specific Use Cases (e.g. [(HTTP) Session state] caching) while other examples demonstrate how SBDG works under-the-hood to give users a better understanding of what is actually happening and how to debug problems with their Apache Geode / Pivotal GemFire, Spring Boot applications.

Table 16.1. Example Apache Geode Applications using Spring Boot

GuideDescriptionSource

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.

Boot Auto-configuration

Spring Boot Actuator for Apache Geode/Pivotal GemFire

Explains how to use Spring Boot Actuator for Apache Geode and how it works.

Boot Actuator

Look-Aside Caching with Spring’s Cache Abstraction and Apache Geode

Explains how to enable and use the Spring Cache Abstraction with Apache Geode as the caching provider in Look-Aside Caching.

Look-Aside Caching