2019-11-17から1日間の記事一覧

messages.propertiesに関して

STS

import lombok.Data; @Data public class HogehogeForm { //アイテム数 @Length(min=2, max=4) private String numString; } 上記のようなバリデーションがあってエラーが発生した場合のプロパティーの書き方。 [messages.properties] #コメント行 hogehogeF…