Skip to content

Tag: many-to-many

Joint table in many-to-many is not updating

I have a relation N:M between 2 entities, “Alumno” and “Curso”: Alumno Curso On AlumnoService I have the following two methods: According to the printed lines, all the data is fetch correctly, and on Postman I get a correct answer: This is the AlumnoController: However, upon inspecting…