The Spring course consists of two related tutorials that teach developers about Spring Framework and then Spring Boot. The courses lay out examples that are discussed via documentation, located under the assets\docs
directory.
The best way to take this course is to checkout the entire project locally, then view:
-
Spring Framework Docs: for the Spring Framework tutorial
-
Spring Boot Docs: for a Spring Boot tutorial.
The courses are fairly independent, someone who knows Spring framework well, need only visit the Spring Boot tutorial to get up to speed. However, it is worth hitting a refresher and going through the Spring Framework content (even if solving the exercises is not attempted).