Spring Boot Hibernate - Introduction and Setting up the project [Part 1]
2
Spring Boot Hibernate - Creating a database and Writing application properties [Part 2]
3
Spring Boot Hibernate - Creating Model class and Mapping with DB Table [Part 3]
4
Spring Boot Hibernate - Creating Controller to get all employees [Part 4]
5
Spring Boot Hibernate - Save employee object or @PostMapping [Part 5]
6
Spring Boot Hibernate - Getting single employee object or @GetMapping [Part 6]
7
Spring Boot Hibernate - Deleting a employee object or @DeleteMapping [Part 7]
8
Spring Boot Hibernate - Updating a employee object or @PutMapping [Part 8]
Description:
Learn to build a CRUD API using Spring Boot, Hibernate, and MySQL in this comprehensive tutorial. Begin with an introduction and project setup, then progress through creating a database, configuring application properties, and mapping model classes to database tables. Master the implementation of RESTful endpoints for retrieving all employees, saving new employee objects, fetching individual employee data, deleting employee records, and updating existing employee information using various HTTP methods such as GET, POST, DELETE, and PUT.