Implementing JpaRepository for CRUD capabilities in your Spring Project

Donovan
5 min readFeb 2, 2022

Part 2 in the Full Stack Development Series

In my last tutorial in this series we went over how to connect with your MySQL database. We used the Spring Initializr to create our spring application, created our database, used our spring decorators/annotations to provide metadata about which classes should be used in our database, used the Data Source Explorer to connect our application to our created database, and ran the application to see that our Entity class was being mapped to the database.

--

--

Donovan

Learning. Puttin up shots in Angular and Java and Python and anything else I get my hands on. Sights set on becoming a gainfully employed developer.