Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulmule/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.
https://github.com/rahulmule/java-restapi-sprintboot-hibernate-inmemorydatabase-h2
Last synced: 3 days ago
JSON representation
This Spring Boot application provides a simple REST API for managing books using Hibernate as the JPA provider and an H2 in-memory database.
- Host: GitHub
- URL: https://github.com/rahulmule/java-restapi-sprintboot-hibernate-inmemorydatabase-h2
- Owner: RahulMule
- Created: 2024-01-21T17:20:21.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-21T17:31:03.000Z (10 months ago)
- Last Synced: 2024-01-22T20:42:42.231Z (10 months ago)
- Language: Java
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](#features)
- [Prerequisites](#prerequisites)
- [Getting Started](#getting-started)
- [API Endpoints](#api-endpoints)
- [Sample Requests](#sample-requests)
- [Dependencies](#dependencies)
- [Contributing](#contributing)
- [License](#license)## 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:
```bash
git clone https://github.com/RahulMule/Java-RestAPI-SprintBoot-Hibernate-InMemoryDatabase-H2.git