IntelliJ IDEA. Getting Started with Spring Data JPA

Spring Data JPA is a powerful framework that lets you interact with your database without writing a lot of boilerplate code. 00:00​ - Intro 00:37 - Creating a New Spring Boot Project 03:13​ - Creating an Employee Entity 08:03​ - Creating a Repository Interface 09:40​ - Configuring your Database 12:02 - Writing from your Application to the Database 14:50 - Creating a Data Source 18:03​ - Declaring a Query Method *Author: Dalia Abo Sheasha You can find the GitHub repository containing the final project here: If you’re looking for a written version of this tutorial, checkout our guide: Download IntelliJ IDEA: Top 15 IntelliJ IDEA shortcuts: Join us: Website Blog Twitter h
Back to Top