ESC

Lombok 사용 시 @Data 오류

주원만쉐 2022. 7. 25. 13:36
728x90

Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type

 

.@EqualsAndHashCode(callSuper=false) 추가하면 오류 사라짐..

728x90