Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 355 Bytes

File metadata and controls

19 lines (10 loc) · 355 Bytes

course-springboot-2-java-11

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