From the course: Spring Boot 3 Essential Training

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Introduction to Spring Data

Introduction to Spring Data

- [Speaker] Spring Boot's Data support is rich and robust, and it's based on the highlights successful spring data platform. Let's talk a little bit about Spring Boot and specifically, data within it. There is rich support for traditional RDBMS systems, as well as more modern NoSQL databases built right into the platform. Again, it's based entirely on the Spring Data project. As such, there's a lot of material on spring data out there, and we're not going to get too deep into it. I do highly encourage you if you are not familiar with Spring Data to look at Mary Ellen Bowman's course Spring Data here in the LinkedIn learning library. As with most of Spring Boot, Spring Data starters leverage a lot of the common defaults that as developers who've used spring data for a long time, we kind of get out of this copy and paste mode because it's almost always the same. That's the opinions that Spring Boot is leveraging those tried and true configuration. Now, part of configuring a database in…

Contents