DEV Community

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

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 ;)