摘要: 1、首先在实体类上加上注解 @Data public class UserInfo { @Field("user_name") @NotEmpty(message = "用户名不能为空") private String username; @NotEmpty(message = "用户密码不能为空" 阅读全文
posted @ 2020-08-03 14:42 帖子搬运工 阅读(7009) 评论(0) 推荐(0)