Completed
- Datasource Configuration
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Spring Boot 3
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Get Certificates at Amigoscode.com
- 3 - Intro to Spring Boot
- 4 - What Spring Boot offers
- 5 - Spring Initializr
- 6 - IntelliJ
- 7 - JDK
- 8 - POM
- 9 - Let’s clean up some things
- 10 - Your first Spring Boot Application
- 11 - Embedded Web Server
- 12 - Configuring Embedded Web Server
- 13 - Your first API
- 14 - @SpringBootApplication
- 15 - Spring Web MVC
- 16 - JSON for Java
- 17 - Java Objects to JSON Objects
- 18 - N Tier Diagram
- 19 - Model
- 20 - DB & JPA Overview
- 21 - Postgres DB
- 22 - Installing PostgreSQL Driver and Spring Data JPA Dependencies
- 23 - Datasource Configuration
- 24 - Create DB
- 25 - @Entity
- 26 - Generated Table and Sequence
- 27 - Customer Repository
- 28 - Read Customer API
- 29 - Create Customer API
- 30 - Delete Customer API
- 31 - Exercise
- 32 - Exercise Explanation
- 33 - How to structure your Backend
- 34 - Outro