is there any way to fetch data from many to many tables using spring without infinite json format?

后端 未结 0 1465

user entity

@Id
    @GeneratedValue(strategy = GenerationType.AUTO)
    Integer id;
    String name;
    String email;
    String password;
          


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