spring校驗

spring校驗 pojo加註解 Controller加註解 常用校驗 pojo加註解 public class User { private Long id; //NotBlank用作字符串 NotNull可以用數字 NotEmpty用map @NotBlank(message="用戶名不能爲空") private String name; @NotBlank(message="密碼
相關文章
相關標籤/搜索