草庐IT

StudentDesiredCourseEntity

全部标签

java - 使用 Set 而不是 List 时出现 JsonMappingException

我有一个带有一些实体的springboot项目,具体来说,我有一个带有DesiredCourses列表的学生类,它应该是一个Set。当我使用时:@OneToMany(mappedBy="student",cascade=CascadeType.ALL)publicListgetStudentDesiredCourses(){returnstudentDesiredCourses;}publicvoidsetStudentDesiredCourses(ListstudentDesiredCourses){this.studentDesiredCourses=studentDesiredC