Small CRUD service for “Book” entities built with Spring Boot and MySQL, packaged in Docker using a multi-stage build. The goal is to demonstrate: • A minimal Spring Boot CRUD API (entity, repository, ...
This project is a Spring Boot RESTful CRUD application that demonstrates how to build APIs using Spring Boot, Spring Data JPA, MySQL, Validation, and Spring Security. It supports basic Create, Read, ...