Spring Data JPA demonstration

Salad Lam - Feb 11 - - Dev Community

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.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .