Skip to content
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/FEAT] : DTO Validation 수정 #332

Closed
wants to merge 31 commits into from
Closed

[BE/FEAT] : DTO Validation 수정 #332

wants to merge 31 commits into from

Conversation

LJH098
Copy link
Collaborator

@LJH098 LJH098 commented Jun 30, 2024

⚠️ 관련 이슈

closes #331

📢 주요 변경사항

  • Validation Message Static으로 관리
  • String에는 @notblank 적용
  • Double/Integer에는 @NotNull@min 적용
  • LocalDateTime에는 @NotNull 적용

LJH098 and others added 30 commits June 10, 2024 13:30
fix/#318 : 내가 추가한 음식 조회 오류 수정
[BE/Feat] 테스트 컨테이너를 사용해 멱등성있는 테스트 환경 구축
[BE/feat] CI개선 :  JPA Entity와 Schema 검증 및  테스트 커버리지 제한 추가
[BE/Fix] 워크 플로우 write all 권한 부여
@LJH098 LJH098 requested a review from hwangdaesun June 30, 2024 12:26
@LJH098 LJH098 self-assigned this Jun 30, 2024
@LJH098 LJH098 closed this Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE/FEAT] DTO Validation 수정
2 participants