Lombok导致 java.lang.StackOverflowError

@Data注解会生成toString方法,当两个类互相依赖,tostring方法就会循环递归导致爆炸。

你可能感兴趣的:(学习笔记,lombok,intellij,idea)