Intro to Spring Boot: Views (Part 1)

Notes

To create this new project, follow the instructions in Create a Simple Spring Boot Project and name the Artifact cheese-mvc instead of hello-spring.

Then, code along with the video to continue building the cheese-mvc application. You can utilize the source code below for reference.

Code

We start this lesson with the code in the video-views-pt1-start branch of the cheese-mvc repo: starting code.

We end this lesson with the code in the video-views-pt1-end branch of the cheese-mvc repo: ending code.