/Java-RestAPI-SprintBoot-Hibernate-InMemoryDatabase-H2

This Spring Boot application provides a simple REST API for managing books using Hibernate as the JPA provider and an H2 in-memory database.

Primary LanguageJava

Spring Boot REST API for Managing Books

This Spring Boot application provides a simple REST API for managing books using Hibernate as the JPA provider and an H2 in-memory database.

Table of Contents

Features

  • CRUD operations for managing books.
  • Uses Spring Boot, Hibernate, and H2 database.
  • RESTful API for interacting with book data.

Prerequisites

  • Java Development Kit (JDK) installed
  • Maven build tool
  • IDE (e.g., IntelliJ IDEA, Eclipse)

Getting Started

  1. Clone the repository:

    git clone https://github.com/RahulMule/Java-RestAPI-SprintBoot-Hibernate-InMemoryDatabase-H2.git