Skip to content

Commit

Permalink
[Add] #352 - 닉네임 @notblank 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mjKim1229 committed Aug 24, 2023
1 parent f1300dd commit 3d08c4b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import io.swagger.v3.oas.annotations.media.Schema;
import java.util.UUID;
import javax.validation.constraints.NotBlank;
import lombok.AccessLevel;
import lombok.Getter;
import lombok.NoArgsConstructor;
Expand All @@ -13,6 +14,7 @@
public class UserUpdateNicknameInDTO {


@NotBlank(message="닉네임을 입력하세요.")
@Schema(description = "변경하려는 유저 닉네임",example = "카자잇")
private String nickname;

Expand Down

0 comments on commit 3d08c4b

Please sign in to comment.