Build a RESTful CRUD API With Spring Boot and JPA

Asep Saputra
Code Storm
Published in
2 min readMay 14, 2021

--

In this post, I will create a Spring Boot REST API CRUD application using Spring Data JPA and H-2 Console Database.

Spring Boot Rest API

Preliminary

  • Before starting, if what you want to use is MySQL, please see my previous article.

--

--