Completed
Who am I
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building REST APIs with Spring Boot
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Who am I
- 3 About me
- 4 APIs
- 5 REST API
- 6 Demo
- 7 Spring Initializer
- 8 Spring Web
- 9 Explore
- 10 IntelliJ IDE
- 11 IntelliJ Refactors
- 12 New Project
- 13 Palm XML
- 14 Spring Boot
- 15 Model Directory
- 16 Create Model
- 17 Live Stream Props
- 18 Getters and Setters
- 19 ToString
- 20 Changing the title
- 21 Moving to immutable
- 22 Adding a constructor
- 23 Generating an equalshash code
- 24 Creating a to string
- 25 Creating an immutable live stream
- 26 Writing concise code
- 27 Creating a record
- 28 Viewing the generated code
- 29 Compact constructors
- 30 Live Stream Controller
- 31 Controller Annotation
- 32 Request Mapping
- 33 Live Streams
- 34 Get Streams
- 35 Controllers
- 36 Repository
- 37 Repository Class
- 38 Dependency Injection
- 39 Refactoring
- 40 Find All
- 41 Run
- 42 Test
- 43 Create Methods
- 44 Questions
- 45 Creating a Live Stream
- 46 Updating a Live Stream
- 47 Testing