how to add a @ManyToOne column in json response with springboot?

后端 未结 0 1550
孤街浪徒
孤街浪徒 2020-12-20 02:26

I have 2 entities : Contract and ContractItems, defined like this :

 @JoinColumn(name = "CONTRACT_ID", nullable = false)
          


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