We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
입력 유효성 검증은 애플리케이션 계층의 책임이라고 이해했다. Bean Validation API 라이브러리를 활용하면 애너테이션으로 체크 가능하다. (예를 들면, @NonNull)
@NonNull
하나의 기업은 두 개 이상의 채팅방을 생성할 수 없다.
해당 비즈니스 규칙은 도메인 엔티티에서 비즈니스 규칙을 정의하면 좋을 것 같다..!
The text was updated successfully, but these errors were encountered:
jun108059
No branches or pull requests
입력 유효성 검증
입력 유효성 검증은 애플리케이션 계층의 책임이라고 이해했다.
Bean Validation API 라이브러리를 활용하면 애너테이션으로 체크 가능하다. (예를 들면,
@NonNull
)비즈니스 규칙(유효성) 검증
해당 비즈니스 규칙은 도메인 엔티티에서 비즈니스 규칙을 정의하면 좋을 것 같다..!
The text was updated successfully, but these errors were encountered: