Web services project with Spring Boot and JPA / Hibernate
Goals:
Create Spring Boot Java project
Implement domain model
Structuring logical layers: resource, service, repository
Configure test database (H2)
Populate the database
CRUD - Create, Retrieve, Update, Delete
Exception handling