jpa 多层嵌套一对多_JPA:多对多关系-JsonMappingException:无限递归
I'm having trouble with a many to many relation with JPA.My code looks as follows:The Sensor class:@Entity@Table(name = "sensor")@Data@NoArgsConstructor@AllArgsConstructorpublic class Sensor {@Idpriva...