I am following Spring in Action 5 and have error:
That`s how my entity Ingredient looks:
And my Taco entity:
In @Controller I am trying to save new Taco() to Database but have the error above.
My Controller:
Why am I getting this error and how can I fix it? Thanks for advance.