我在两个实体之间设置了一对多的关系。在所有者实体中,我看到jhipster生成器在一对多属性中添加了 JsonIgnore 纳米。 如果我删除 JsonIgnore 注释,我会收到此运行时错误:
* java.lang.instrument ASSERTION FAILED * :“!errorOutstanding”,消息转换方法调用失败,在JPLISAgent.c行:844
有没有办法修复此错误消息?
提前致谢。
答案 0 :(得分:0)
I had the same problem, and I found the solution.
Visit Collection null in AngularJS + Spring Data JPA @OneToMany @ManyToOne
I hope it helps you