Idea使用lombok时warn:Generating equals/hashCode implementation but without a call 子类继承父类时候


Idea使用lombok时warn:Generating equals/hashCode implementation but without a call
子类实体的equals/hasCode方法无法继承父类属性

equals/hasCode方法无法继承父类属性

lombok.config配置文件
内容

config.stopBubbling=true
lombok.equalsAndHashCode.callSuper=call
  • 1
  • 2

在这里插入图片描述

https://blog.csdn.net/sndayYU/article/details/100891751