Skip to main content

Echo Guan

Blogs from this Author

How to Use Spring Data JPA

What Is Spring Data JPA? Firstly, Spring Data is a subproject of Spring, which used to simplify database access. It supports both NoSQL and relational data storage. Spring Data JPA is not a JPA provider, it just adds an extra layer of abstraction on top of the JPA provider. At first, it seems like Spring […]