Skip to content

Commit

Permalink
refactor: 기존의 @notblank로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jj0526 committed Nov 11, 2024
1 parent e568922 commit 99231ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@NoArgsConstructor
public class PostEditRequestDTO {//게시물 수정용

@NotNull
@NotBlank
private String content;

private List<String> imageUrls;
Expand Down

0 comments on commit 99231ae

Please sign in to comment.