Skip to content

Commit

Permalink
feat/#331 : ValidationMessage 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LJH098 committed Jun 30, 2024
1 parent 3b24fb1 commit 3c8fb28
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ public class ValidationMessage {

public static final String INVALID_PASSWORD =
"비밀번호 형식이 올바르지 않습니다. 비밀번호는 최소 6글자 이상이며, 영어와 특수문자를 포함해야 합니다.";

public static final String NOT_NULL = "입력해 주세요";
public static final String NOT_BLANK = "입력해 주세요";
public static final String MIN_0 = "0이상 입력해 주세요";
}

0 comments on commit 3c8fb28

Please sign in to comment.