Could not write JSON: Infinite recursion (StackOverflowError); nested exception spring boot

前端 未结 7 1405
时光说笑
时光说笑 2020-12-08 23:18

This is my District Controller, when I try to fetch data after saving I get the error, even when I try get object form getDistrict(Long id) the same strikes ple

7条回答
  •  我在风中等你
    2020-12-08 23:48

    In the Statemaster class make districtmasters a List instead of Set and change the getter method accordingly: public List getDistrictmasters(). Unfortunately I can not explain why, but this worked for me.

提交回复
热议问题