Latest

All the resources in the Guide, starting with most recent.

Getting Started with Spring Data JPA

Tutorial

Getting Started with Spring Data JPA
Learn how to use Spring Data JPA to store and retrieve data from your database.
Creating a Data Source

Part of tutorial

Creating a Data Source
In the Database View, create a data source for our database.
Creating a New Spring Boot Project

Part of tutorial

Creating a New Spring Boot Project
Use the Spring Initializr to create a new Spring Boot project.
Creating a Repository Interface

Part of tutorial

Creating a Repository Interface
Create a Spring Data repository for CRUD operations.
Creating an Employee Entity

Part of tutorial

Creating an Employee Entity
Create a JPA entity representing an Employee.
Configuring your Database

Part of tutorial

Configuring your Database
Configure the application to connect to our database.
Type Into Any Dialog to Search

Tip

Type Into Any Dialog to Search
You can start typing into a dialog box to search, even if there's not a textual search box available.
Generate Test Methods

Tip

Generate Test Methods
Generate a test method in your test class.
Walking Through Your Spring Boot Project

Part of tutorial

Walking Through Your Spring Boot Project
Let's take a look at what IntelliJ IDEA has created for us and why.
Testing Your Spring Boot Application

Part of tutorial

Testing Your Spring Boot Application
Let's add a test to check the content being served locally.
Summarising Your Spring Boot Project

Part of tutorial

Summarising Your Spring Boot Project
There are some resources in this section that you can take a look at.
Your First Spring Boot Application

Tutorial

Your First Spring Boot Application
In this tutorial, we will use IntelliJ IDEA to create your first "Hello World" Spring Boot application.