In this video tutorial, I'm gonna show you how to build a CRUD rest APIs using Spring boot, spring data JPA, Hibernate and H2 database.
Download the source code of this tutorial at https://github.com/RameshMF/spring-boot-tutorial/tree/master/springboot-crud-hibernate-example.
Read the blog post at https://www.javaguides.net/2020/04/spring-boot-h2-jpa-hibernate-restful-crud-api-tutorial.html.
Tools and technologies used
- Spring Boot - 2.1.0.RELEASE
- JDK - 1.8 or later
- Spring Framework - 5.1.2 RELEASE
- Hibernate - 5.2.17. Final
- JPA
- Maven - 3.2+
- IDE - Eclipse or Spring Tool Suite (STS)
- H2 Embedded Database
#springboot #h2 #javaguides
Download
0 formats
No download links available.
Spring Boot, H2, JPA, Hibernate Restful CRUD API Tutorial | NatokHD