Intro to Spring Boot: Persisting Many-to-Many Relationships (Part 2)
Notes
For a more detailed walkthrough of the code in this video, look at Parts 1-3 of the CheeseMVC Persistent studio.
Errata
At 14:30, within the form there should be a <span>
element with the th:errors
attribute to display errors associate with the cheeseId
parameter.
Also, "munster" should be spelled "muenster" and "camambert" should be spelled "camembert".
Code
You'll create the code for this in the CheeseMVC Persistent studio.