spring boot使用自定義註解及@Validated進行自定義校驗

 使用@Validate進行參數校驗,spring boot 無需在導入其他maven座標 創建實體測試: @Data public class Student { @NotNull(message = "名字不能爲空") private String name; @NotBlank(message = "性別不能爲空") private String sex;
相關文章
相關標籤/搜索