Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Mark Paluch edited this page Sep 19, 2025 · 34 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.

Release Notes and Supported Versions

Please have a look at the version pages for more details and EOL dates.

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

Useful Links

Clone this wiki locally