MyBatis学习返回json出现$ref:"$.data.datas[0].tkyMerthants"的解决方案

2269人围观 0个不明物体

返回json出现$ref:$.data.datas[0].tkyMerthants的解决方案 最近在使用springBoot和Mybatis做项目,返回json时出现上面的错误。 两张表一对多的关系 但是配置的时一对一的关系 即配置如下 associationproperty=xxxselect=xxxcolumn={mid=mid,mname=m

SpringMVCoccurred invoking method

1439人围观 0个不明物体

com.sun.jdi.InvocationException occurred invoking method. 出现这个问题,通常是因为我们使用了延迟加载造成 修改为急加载即可 注解如下 fetch=FetchType.EAGER