Intro to Spring Boot: Enums and Selects
Notes
In this lesson we look at how to use enum types to represent a limited set of options for our application users to select from.
Code
We start this lesson with the code in the video-enums-start branch of the cheese-mvc repo: starting code
We end this lesson with the code in the video-enums-end branch of the cheese-mvc repo: ending code