Completed
0:51:47 Mapping Objects Using MapStruct
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build REST APIs with Spring Boot - Step by Step Guide
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00:00 Welcome
- 2 0:01:31 What You’ll Learn
- 3 0:03:41 Prerequisites
- 4 0:04:59 Starter Project
- 5 0:09:07 How to Take This Course
- 6 0:10:29 Spring MVC
- 7 0:11:19 How the Web Works
- 8 0:16:31 What is Spring MVC?
- 9 0:18:09 Creating a Controller
- 10 0:22:23 View Templates
- 11 0:25:50 Passing Data to Views
- 12 0:27:49 Building an API
- 13 0:32:18 Spring Boot Course
- 14 0:32:51 RESTful APIs
- 15 0:33:49 Creating Your First RESTful API
- 16 0:37:49 Calling APIs with Postman
- 17 0:40:25 Creating Dynamic Routes
- 18 0:43:54 Setting HTTP Status Codes
- 19 0:46:56 Data Transfer Objects
- 20 0:51:47 Mapping Objects Using MapStruct
- 21 0:56:43 Customizing Response Data
- 22 1:01:45 Extracting Query Parameters
- 23 1:09:58 Exercise: Building Product Endpoints
- 24 1:20:17 Extracting Request Headers
- 25 1:23:07 Extracting Request Body
- 26 1:26:25 Creating Resources
- 27 1:35:52 Updating Resources
- 28 1:41:38 Deleting Resources
- 29 1:43:31 Handling Action-Based Updates
- 30 1:48:25 Exercise: Building a CRUD API
- 31 1:59:40 Spring Boot Course