Skip to content

Commit

Permalink
Merge pull request #111 from ItRecode/fix/BE-170
Browse files Browse the repository at this point in the history
[BE-170] ์ •์ฑ… ๋ณ€๊ฒฝ์œผ๋กœ ์ธํ•œ WriteRecordRequestDto title Size 12๋กœ ๋ณ€๊ฒฝ
  • Loading branch information
Jaeyeop-Jung authored Jan 16, 2023
2 parents 48dcf5c + aaeea41 commit 5ff496e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class WriteRecordRequestDto {
@NotNull
private Long recordCategoryId;

@Size(max = 10, message = "๋ ˆ์ฝ”๋“œ ์ œ๋ชฉ์€ ์ตœ๋Œ€ 10์ž ์ž…๋‹ˆ๋‹ค.")
@Size(max = 12, message = "๋ ˆ์ฝ”๋“œ ์ œ๋ชฉ์€ ์ตœ๋Œ€ 10์ž ์ž…๋‹ˆ๋‹ค.")
@NotBlank(message = "๋ ˆ์ฝ”๋“œ ์ œ๋ชฉ์€ ๋นˆ ๊ฐ’์ผ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.")
private String title;

Expand Down

0 comments on commit 5ff496e

Please sign in to comment.