Calling a Custom Query (part of tutorial)Query the database for employees with spaces in their last name.2021-06-02
Configuring your Database (part of tutorial)Configure the application to connect to our database.2021-06-02
Creating a Data Source (part of tutorial)In the Database View, create a data source for our database.2021-06-02
Creating a New Spring Boot Project (part of tutorial)Use the Spring Initializr to create a new Spring Boot project.2021-06-02
Creating a Repository Interface (part of tutorial)Create a Spring Data repository for CRUD operations.2021-06-02
Creating an Employee Entity (part of tutorial)Create a JPA entity representing an Employee.2021-06-02
Getting Started with Spring Data JPA (tutorial)Learn how to use Spring Data JPA to store and retrieve data from your database.javaspringgettingstartedultimate2021-06-02
Writing from your Application to the Database (part of tutorial)Insert four employees into the database.2021-06-02