Replies: 2 comments 1 reply
-
@Getter
@Entity
@EqualsAndHashCode(of = {"id"}, callSuper = false)
@NoArgsConstructor(access = AccessLevel.PROTECTED)
public class Post extends BaseEntity {
...
}
|
Beta Was this translation helpful? Give feedback.
1 reply
-
예외 코드 정리
현재 예외 코드로 어디서 발생한 예외인지 구분할 수 없어서 위와 같이 예외 코드를 정해보는건 어떨까요? 😙 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
백엔드 코드 컨벤션 제안 정리를 의한 Discussion 입니다 :)
Beta Was this translation helpful? Give feedback.
All reactions