-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
[BE] 도메인 엔티티 칼럼의 제약조건을 추가한다. #113
Comments
BGuga
added a commit
that referenced
this issue
Aug 17, 2023
BGuga
added a commit
that referenced
this issue
Aug 17, 2023
BGuga
added a commit
that referenced
this issue
Sep 14, 2023
# Conflicts: # backend/src/main/java/com/festago/dto/FestivalCreateRequest.java # backend/src/main/java/com/festago/dto/StageCreateRequest.java # backend/src/main/java/com/festago/dto/TicketCreateRequest.java # backend/src/main/java/com/festago/dto/TicketValidationRequest.java # backend/src/main/java/com/festago/dto/TicketingRequest.java
BGuga
added a commit
that referenced
this issue
Sep 14, 2023
# Conflicts: # backend/src/main/java/com/festago/presentation/AdminController.java # backend/src/main/java/com/festago/presentation/GlobalExceptionHandler.java
seokjin8678
pushed a commit
that referenced
this issue
Sep 14, 2023
* feat: 어노테이션 기반의 Spring validation 추가 * feat: 도메인 validation 추가 * feat: lineUp 은 null 일 수 있다. * feat: dto validation 추가 * feat: MethodArgumentNotValidException 에 대한 custom 핸들링 * feat: dto 의 예외 메시지 지정한다 * fix: Member 의 profileImage 가 null 인 경우의 null check 제거 * feat: length 검증 전 null check 가 선행되도록 변경 * refactor: Objects.isNull -> == null 확인으로 변경 * feat: Service Entity 생성 로직 삭제 * feat: socialType Enumerated 추가 * feat: @RequestBody validate 추가 * feat: dto @Valid 실패시 400 response
BGuga
added a commit
that referenced
this issue
Oct 17, 2023
* feat: 어노테이션 기반의 Spring validation 추가 * feat: 도메인 validation 추가 * feat: lineUp 은 null 일 수 있다. * feat: dto validation 추가 * feat: MethodArgumentNotValidException 에 대한 custom 핸들링 * feat: dto 의 예외 메시지 지정한다 * fix: Member 의 profileImage 가 null 인 경우의 null check 제거 * feat: length 검증 전 null check 가 선행되도록 변경 * refactor: Objects.isNull -> == null 확인으로 변경 * feat: Service Entity 생성 로직 삭제 * feat: socialType Enumerated 추가 * feat: @RequestBody validate 추가 * feat: dto @Valid 실패시 400 response
BGuga
added a commit
that referenced
this issue
Oct 17, 2023
* feat: 어노테이션 기반의 Spring validation 추가 * feat: 도메인 validation 추가 * feat: lineUp 은 null 일 수 있다. * feat: dto validation 추가 * feat: MethodArgumentNotValidException 에 대한 custom 핸들링 * feat: dto 의 예외 메시지 지정한다 * fix: Member 의 profileImage 가 null 인 경우의 null check 제거 * feat: length 검증 전 null check 가 선행되도록 변경 * refactor: Objects.isNull -> == null 확인으로 변경 * feat: Service Entity 생성 로직 삭제 * feat: socialType Enumerated 추가 * feat: @RequestBody validate 추가 * feat: dto @Valid 실패시 400 response
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
✨ 세부 내용
@Column(nullable = false, length = 50)
과 같은 제약조건을 추가합니다.⏰ 예상 소요 시간
30분
The text was updated successfully, but these errors were encountered: