
This lecture articulates the anatomy of a basic Spring Boot application.
This video highlights how we can create custom request annotations and use them to make a GET call with a JSON response.
This video highlights how we will make a POST call and consume/produce JSON from it.
In this video, we will discuss how to connect to a database using Spring Data Repositories.
In the last video, it was discovered that I had not described the application.properties component of connecting to a database.
A gentle introduction to MVC tests in Spring Boot.
This course is designed for developers familiar with Java 8+, and want to become more familiar with REST API development using Spring Boot.
Unlike some other courses, I am not a big believer in code-alongs, as it simply fills up time, but rather give a screencast and describe the code as seen, along with a Github link to the project at that state, so that developers can be productive quickly and easily, and stay focused on the details at hand, rather than watching someone code, and fix their mistakes in real time.
Topics covered include:
- Custom annotations
- Request Mapping for GET and POST
- Using repositories to communicate with a database
- Path variables
- MVC tests