Navigation Menu

Skip to content
Mark Paluch edited this page Feb 12, 2024 · 29 revisions

Spring Data provides a familiar and consistent, Spring-based programming model for data access while still retaining the special traits of the underlying data store.

It makes it easy to use data access technologies, relational and non-relational databases, map-reduce frameworks, and cloud-based data services. This is an umbrella project which contains many subprojects that are specific to a given database. The projects are developed by working together with many of the companies and developers that are behind these exciting technologies. Favors convention over configuration and is designed to get you up and running as quickly as possible.

See spring.io/projects/spring-data for details.

Supported Versions

Spring Data 2023.0 (Ullman), 2022.0 (Turing), and 2021.2 (Raj) are the actively maintained versions. Please consult the version pages for more details and EOL dates.

Release Notes

See the following release notes for upgrade instructions and new and noteworthy features:

Useful Links