Getting Started with Spring Data JPALearn how to use Spring Data JPA to store and retrieve data from your database.Dalia Abo Sheashajavaspringgettingstartedultimate2021-06-02
Configuring your DatabaseConfigure the application to connect to our database.Dalia Abo Sheasha2021-06-02
Creating a Repository InterfaceCreate a Spring Data repository for CRUD operations.Dalia Abo Sheasha2021-06-02
Creating a New Spring Boot ProjectUse the Spring Initializr to create a new Spring Boot project.Dalia Abo Sheasha2021-06-02
Creating a Data SourceIn the Database View, create a data source for our database.Dalia Abo Sheasha2021-06-02
Calling a Custom QueryQuery the database for employees with spaces in their last name.Dalia Abo Sheasha2021-06-02
Writing from your Application to the DatabaseInsert four employees into the database.Dalia Abo Sheasha2021-06-02