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.
Guide | Description | Source |
---|---|---|
Explains what auto-configuration is provided by Spring Boot for Tanzu GemFire and what the auto-configuration does. |
||
Explains how to use Spring Boot Actuator for VMware GemFire and how it works. |
||
Explains how to configure auth and TLS with SSL when you use VMware GemFire in your Spring Boot applications. |
||
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. |
|
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. |
|
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. |
|
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. |
|
Explains how to enable and use Spring Session with VMware GemFire to manage HTTP session state. |
Content feedback and comments