Json content for One post in Many to one rs request in spring boot

前端 未结 0 625
温柔的废话
温柔的废话 2020-12-29 05:26

So i have two classes, class User:

@Data
@NoArgsConstructor
@Entity
public class User {

    @Id
    @GeneratedValue
    private int id;
    private String di         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题