Spring Tutorials / Repositories / JDBC Template
While working with Spring Framework, we are taking advantage of using CRUD repositories. However, some people would prefer having full control of SQL over the data....
March 22, 2021
Developing software/experience/life
While working with Spring Framework, we are taking advantage of using CRUD repositories. However, some people would prefer having full control of SQL over the data....
We have already developed our entities and the most basic repositories in the previous posts. You can have a look here if you did not read...
In this post, we will go into how to design our entities for a basic project for the project we created here using Spring Data JPA....
If you are here and reading this arcticle, I think you are already aware of what Spring Framework is. If not so, you can check Spring...