A simple Book Management System built with Spring Boot 3, Hibernate/JPA, and MySQL.
This app demonstrates basic CRUD operations using the EntityManager API and a custom DAO layer.
- Add new books
- View all books
- Search books by author
- Update existing book records
- Delete book entries
- Runs with Dockerized MySQL + Adminer
git clone https://github.com/geloy-n/Basic-Book-Management-System-Springboot.git
cd book-management-system
docker-compose up -d
- MySQL will be available at localhost:3306
- Adminer UI at http://localhost:8081