@Data1 [Spring boot] Generating equals/hashCode implementation but without a call to superclass ℹ️ Development Environment Spring boot v3.0.1 Gradle v7.6 Java v17 Lombok 🚫 현상 Spring boot gradle build시 아래 warning을 매 프로젝트마다 자주 만난다. warning이기에 빌드시 문제는 없지만, 해소해주는 것이 좋다. 계속 까먹기 때문에 기록한다.. warning: 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)' t.. 2023. 9. 26. 이전 1 다음