From the course: Spring Boot 2.0 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Introduction to Spring Data

Introduction to Spring Data

From the course: Spring Boot 2.0 Essential Training

Start my 1-month free trial

Introduction to Spring Data

- [Instructor] Spring Boot's data support is rich and robust and it's based on the highly successful Spring Data platform. So let's talk about Spring Boot and data specifically. Built-in is rich support for traditional RDBMS systems as well as more modern NoSQL systems. And again, it's built right into the platform. It's based almost entirely on the Spring Data project. As such, there's a lot of material on Spring Data out there and you're not going to get too deep into it in this course. So if you want to dig deeper I highly encourage you to check out Mary Ellen Bowman's course here on LinkedIn Learning called Spring Spring Data. Now as with most of Spring Boot, Spring Data starters leverage a lot of common defaults that as developers who've used spring data for a long time, we kind of get this copy and paste mode going and that's not always the same. But with Spring Data you're going to get those opinions built in.…

Contents