Spring Data Tutorials - Java Code Geeks (original) (raw)

spring data

In this detailed Resource page, we feature an abundance of Spring Data Tutorials!

Spring Data’s mission is to provide 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 sub projects 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.

In this article, we provide a compilation of Spring Data examples that will help you kick-start your own projects. We cover a wide range of topics, from setting up the environment and creating a basic project, to handling the various modules (e.g. JPA, MongoDB, Redis etc.). With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

Spring Data Tutorials – Getting Started

Simple examples on how to use Spring Data so that you can develop your own Spring Data JPA based projects

Spring Data Tutorials – Integrations

Examples on how to connect a Spring Data Application to 3rd party NoSql Databases, platforms and services

Spring Data Tutorials – REST Web-Service

Learn how to develop RESTful web applications using Spring Data

[undereg]

Back to top button