mybatis-开启懒加载 19-12-09 mybatis 评论 字数统计: 103(字) 阅读时长: 1(分)mybatis-开启懒加载123#配置mybatis-plus.configuration.lazy-loading-enabled=true #开启懒加载mybatis-plus.configuration.aggressive-lazy-loading=false #需要时加载Mybatis懒加载报错末尾显示_$$_jvst12a_0[“handler”])的解决方案返回的类加上注解(即实体类) 此种方法比较方便@JsonIgnoreProperties(value = { “handler” })解决方法关闭该查询的懒加载 fetchType=“eager”配置json转换器属性SerializationFeature.FAIL_ON_EMPTY_BEANS为false