DEV Community

Salad Lam
Salad Lam

Posted on

Spring Data JPA demonstration

Notice

I wrote this article and was originally published on Qiita on 11 September 2019.


On before I made a Spring boot example application, now I made a change on it to show how to use Spring Data JPA. Following change is made

  • change repository layer from by using JDBC directly to by using Spring Data JPA
  • get user information by using Spring Data JPA when login

You may download source code from here.

Top comments (0)