We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c592140 commit 142b893Copy full SHA for 142b893
back/src/main/java/com/back/domain/post/post/dto/PostCreateRequest.java
@@ -8,7 +8,7 @@ public record PostCreateRequest(
8
String postType,
9
@NotBlank(message = "제목은 null 혹은 공백일 수 없습니다.")
10
String title,
11
- @NotBlank(message = "제목은 null 혹은 공백일 수 없습니다.")
+ @NotBlank(message = "내용은 null 혹은 공백일 수 없습니다.")
12
String content
13
) {
14
0 commit comments