Skip to content

Commit

Permalink
feat : 3차 세미나 실습 과제_post 생성 요청 record 추가 #7
Browse files Browse the repository at this point in the history
  • Loading branch information
PicturePark1101 committed May 1, 2024
1 parent 4e6bf73 commit 9009462
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1 deletion.
Binary file not shown.
Binary file modified week02/seminar/demo/.gradle/8.7/fileHashes/fileHashes.lock
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.example.demo.service.dto.post;

import jakarta.validation.constraints.NotBlank;
import jakarta.validation.constraints.Size;

public record PostCreateRequest(
@NotBlank(message = "글의 제목은 필수입니다.")
Expand Down

0 comments on commit 9009462

Please sign in to comment.