Spring Boot for Tanzu GemFire 1.0

Samples

Last Updated February 19, 2025

This topic contains working examples that show how to use Spring Boot for VMware Tanzu GemFire effectively.

Some examples focus on specific use cases (such as (HTTP) session state caching), while other examples show how Spring Boot for Tanzu GemFire works under the hood, to give you a better understanding of what is actually happening and how to debug problems with your Spring Boot for Tanzu GemFire applications.

Table 1. Example Spring Boot applications using GemFire
Guide Description Source

Spring Boot Auto-Configuration for VMware GemFire

Explains what auto-configuration is provided by Spring Boot for Tanzu GemFire and what the auto-configuration does.

Spring Boot Auto-Configuration

Spring Boot Actuator for VMware GemFire

Explains how to use Spring Boot Actuator for VMware GemFire and how it works.

Spring Boot Actuator

Spring Boot Security for VMware GemFire

Explains how to configure auth and TLS with SSL when you use VMware GemFire in your Spring Boot applications.

Spring Boot Security

Look-Aside Caching with Spring's Cache Abstraction and VMware GemFire

Explains how to enable and use Spring's Cache Abstraction with VMware GemFire as the caching provider for look-aside caching.

Look-Aside Caching

Inline Caching with Spring's Cache Abstraction and VMware GemFire

Explains how to enable and use Spring's Cache Abstraction with VMware GemFire as the caching provider for inline caching. This sample builds on the look-aside caching sample.

Inline Caching

Near Caching with Spring's Cache Abstraction and VMware GemFire

Explains how to enable and use Spring's Cache Abstraction with VMware GemFire as the caching provider for near caching. This sample builds on the look-aside caching sample.

Near Caching

Multi-Site Caching with Spring's Cache Abstraction and VMware GemFire

Explains how to enable and use Spring's Cache Abstraction with VMware GemFire as the caching provider for multi-site caching. This sample builds on the look-aside caching sample.

Multi-Site Caching

HTTP Session Caching with Spring Session and VMware GemFire

Explains how to enable and use Spring Session with VMware GemFire to manage HTTP session state.

HTTP Session Caching