DEV Community

Cover image for Spring Boot JPA + H2 example: Build a CRUD Rest APIs

Spring Boot JPA + H2 example: Build a CRUD Rest APIs

bezkoder on December 22, 2020

In this tutorial, we’re gonna build a Spring Boot Rest CRUD API example with Maven that use Spring Data JPA to interact with H2 database. You’ll kn...
Collapse
 
gorynych profile image
Stepan Mozyra

Nice article.

But totally useless since we have spring-data-rest-webmvc. All you need is - just a model, and repository extends CrudRepository. That's it. Completely ;)