Marco Codes - Spring Boot.
Spring Boot Nice n Easy

Introduction to Spring Boot Crash Course
Spring Initializr setup and choosing your IDE.

Hello World @RestController
Creating and testing @RestController.

GetMapping
Creating and testing @GetMapping.

DeleteMapping
Creating and testing @DeleteMapping.

PostMapping
Creating and testing @PostMapping.

Photo Upload
Upload the photos.

application.properties
Spring Boot's properties file and configuring JSON.

Photo Download
Download the photos.

Dependency Injection - Intro
Working with Dependency Injection.

Downloading Images
Next steps for download.

Recommended Project Structure
What Spring Boot's Projects look like.

H2 Database - Intro
Working with an H2 Database.

Spring Data JDBC - Repositories
Working with Spring Data JDBC.

Packaging & Deployment
Creating a .jar file and executing it.

The End & Next Steps
References used in the video.