Spring Boot
Spring Boot provides auto-configuration support for Spring Data Valkey through a Spring Boot Starter for Valkey. This starter automatically configures Valkey connections, templates, repositories, and caching with sensible defaults while allowing full customization when needed.
For complete documentation on Spring Boot, see the Spring Boot Reference Documentation.
Spring Boot Starter Data Valkey
Section titled “Spring Boot Starter Data Valkey”The following auto-configuration classes are from the spring-boot-data-valkey module:
| Configuration Class | Links |
|---|---|
| ValkeyAutoConfiguration | javadoc |
| ValkeyHealthContributorAutoConfiguration | javadoc |
| ValkeyReactiveAutoConfiguration | javadoc |
| ValkeyReactiveHealthContributorAutoConfiguration | javadoc |
| ValkeyRepositoriesAutoConfiguration | javadoc |
| ValkeyLettuceMetricsAutoConfiguration | javadoc |
For more information on the Spring Data Valkey Spring Boot Starter, see the GitHub repository.