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

[bugfix/#344] 첨부파일이 필요한 게시판에서 생성, 수정할 때 첨부파일 빈 값으로 보내는 경우 검증로직 추가 #345

Merged
merged 2 commits into from
Jul 9, 2024

Conversation

skytin1004
Copy link
Member

@skytin1004 skytin1004 commented Jul 9, 2024

동아리 활동, 공모전, 예산신청, 회계내역 게시판에서 게시판 생성, 수정하는 경우 Dto 첨부파일 부분에 @NotNull, @Size(min = 1) 어노테이션 추가하였고(이미 있는것은 그대로 뒀습니다.)

마찬가지로 각 Controller 에서 검증을 위해 @RequestBody 앞에 @Valid 어노테이션 추가했습니다.(이미 있는것은 그대로 뒀습니다.)

로컬에서 스웨거 테스트, 모든 테스트 통과 완료 확인했습니다.

@whitem4rk whitem4rk added the new feature New feature or request label Jul 9, 2024
@whitem4rk whitem4rk merged commit 321c4c3 into InhaBas:master Jul 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants