Skip to content

Commit

Permalink
fix: 필수 영역 수정 및 sql gitignore 설정 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks authored Aug 1, 2024
1 parent b1d16c3 commit ff5f229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ out/
### VS Code ###
.vscode/
*.properties
*.sql

layer-domain/src/main/generated
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@

public record RetrospectCreateRequest(
@Schema(description = "회고 제목", example = "중간 발표 이후 회고")
@Size(min = 3)
@NotNull
String title,
@Schema(description = "회고 한줄 설명", example = "우리만의 KPT 회고")
@NotNull
String introduction,
@Schema(description = "회고 질문 객체 목록", example = "")
@NotNull
Expand Down

0 comments on commit ff5f229

Please sign in to comment.