Spring Boot + Hibernate + MySQL CRUD API Tutorial
Offered By: YouTube
Course Description
Overview
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.
Syllabus
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].
Taught by
B2 Tech
Related Courses
Java Spring Tutorial Masterclass - Learn Spring Framework 5Udemy Spring & Spring Boot Interview Guide
Udemy JSP, Servlet, JSLT + Hibernate: A complete guide
Udemy [NEW] Spring Boot 3, Spring 6 & Hibernate for Beginners
Udemy The Java Spring Tutorial: Learn Java's Popular Web Framework
Udemy