posted 6 years ago
Please I created a REST api using Spring data rest JPA but I have a real big problem :
when I try to post to my REST api everything works except that the foreign key value doesn't get updated ...
I tried to send the value more than once but it doesn't work at all
The value that don't get updated is : "photoprofilid" it's a foreign key from another table
what I tried is :