为了账号安全,请及时绑定邮箱和手机立即绑定

使用ddl-auto: update 报错

com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: com.liuyao.demo.entity.Beauty_$$_jvst509_0["handler"])



正在回答

1 回答

实体类加

@JsonIgnoreProperties(value = { "hibernateLazyInitializer", "handler" })

这个注解就好了

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
2小时学会Spring Boot
  • 参与学习       151599    人
  • 解答问题       1079    个

Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序

进入课程

使用ddl-auto: update 报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信