데브허브 | DEVHUB | How to Build Your First Spring Boot App (Theory Explained)How to Build Your First Spring Boot App (Theory Explained)
Get the Task App build book: https://go.devtiro.com/df41c1
Timestamps
0:00:00 Introduction
0:02:12 The Project Brief
0:08:44 App Overview
0:12:00 Domain Overview
0:17:07 Project Architecture
0:19:28 REST API Overview
0:33:01 Start a New Project
0:40:21 Run the User Interface
0:43:44 Apache Maven Workshop
0:57:18 Spring Framework & Boot Workshop
1:14:17 Create Task Enums
1:17:07 Create Task Entity
1:26:35 Define Task Repository
1:28:50 Create Task Service Request
1:30:49 Create Task Service Method
1:38:18 DTOs and Mapper
1:50:53 Create Task Endpoint
1:57:45 Exception Handling
2:02:07 UI Testing - Create Task
2:05:19 List Tasks Service Method
2:07:53 List Tasks Endpoint
2:10:06 UI Testing - List Tasks
2:11:58 Update Task Service Request
2:13:26 Task Not Found Exception
2:16:11 Update Task Service Method
2:19:38 Update Task DTOs and Mapper
2:23:30 Update Task Endpoint
2:27:30 Update Task Exception Handling
2:29:52 UI Testing - Update Task
2:31:55 Delete Task Service Method
2:33:18 UI Testing - Delete Task
2:34:37 Conclusion