Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 532 Bytes

File metadata and controls

18 lines (14 loc) · 532 Bytes

📚 Library Management System — Spring Boot + Hibernate

A simple Library Management System built using Spring Boot, Hibernate (JPA), and Spring Data JPA.
Supports CRUD operations for books and members, book issuing & returning, and follows a clean layered architecture.


🚀 Features

  • CRUD for Books
  • CRUD for Members
  • Issue a Book
  • Return a Book
  • Track availability
  • Basic overdue handling
  • REST API using Spring Web
  • Hibernate ORM with Spring Data JPA
  • MySQL or H2 support