Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Getting Started with Spring Boot
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 restful API
- 3 Interior Architecture
- 4 Entities
- 5 IntelliJ
- 6 Package Structure
- 7 Coding
- 8 Creating a Hashmap
- 9 Implementing the Service
- 10 Implementing the Controller
- 11 Starting the application
- 12 Running the application
- 13 HTTP client
- 14 POST request
- 15 Pull request
- 16 Read request body
- 17 Send request JSON
- 18 Insert student
- 19 Testing
- 20 Data Access
- 21 Refactoring
- 22 Changing the interface
- 23 Maven Project