Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Spring Boot Tutorial - Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Quick Word
- 3 Spring Boot Overview
- 4 Project Overview
- 5 Spring Initializr
- 6 IntelliJ
- 7 Starting The Server
- 8 Simple API with Spring Boot
- 9 Student Class
- 10 API Layer
- 11 Business Layer
- 12 Dependency Injection
- 13 Properties file
- 14 Creating and Connecting to Database
- 15 JPA and @Entity
- 16 JPA in Action
- 17 Amigoscode Database Courses
- 18 JPA Repository
- 19 Saving Students
- 20 @Transient
- 21 Post Mapping
- 22 Writing Business Logic
- 23 Testing Post Request
- 24 Deleting Students
- 25 Exercise
- 26 Solution
- 27 Testing
- 28 Packaging and Running Application
- 29 Next steps