

Spring Boot Hibernate - Introduction and Setting up the project [Part 1]

Spring Boot Hibernate - Creating a database and Writing application properties [Part 2]

Spring Boot Hibernate - Creating Model class and Mapping with DB Table [Part 3]

Spring Boot Hibernate - Creating Controller to get all employees [Part 4]

Spring Boot Hibernate - Save employee object or @PostMapping [Part 5]

Spring Boot Hibernate - Getting single employee object or @GetMapping [Part 6]

Spring Boot Hibernate - Deleting a employee object or @DeleteMapping [Part 7]

Spring Boot Hibernate - Updating a employee object or @PutMapping [Part 8]
