Skip to content

커리큘럼 도메인 필수 필드 검증 추가#177

Merged
xihxxn merged 1 commit into
developfrom
#82
Jun 7, 2026
Merged

커리큘럼 도메인 필수 필드 검증 추가#177
xihxxn merged 1 commit into
developfrom
#82

Conversation

@xihxxn

@xihxxn xihxxn commented Jun 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • spring-boot-starter-validation 의존성 추가
  • CurriculumReqDTO 필수 필드에 @NotNull / @notempty 검증 어노테이션 추가
  • CurriculumController POST/PATCH 엔드포인트에 @Valid 적용
  • 필수 필드 누락 시 400 Bad Request 반환

변경 파일

  • build.gradle
  • CurriculumReqDTO.java
  • CurriculumController.java

@vercel

vercel Bot commented Jun 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
piro-in Ready Ready Preview, Comment Jun 7, 2026 1:55am
piro-in-765d Ready Ready Preview, Comment Jun 7, 2026 1:55am

@xihxxn xihxxn merged commit 3b4e84f into develop Jun 7, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant