上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 81 下一页
摘要: 1 @NotEmpty :不能为null,且Size>02 @NotNull:不能为null,但可以为empty,没有Size的约束3 @NotBlank:只用于String,不能为null且trim()之后size>0 阅读全文
posted @ 2020-08-13 14:58 路要一步一步走 阅读(276) 评论(0) 推荐(0)
摘要: 转载:https://juejin.im/post/6844903924248346637#heading-2 https://blog.csdn.net/HD243608836/article/details/104613323?utm_medium=distribute.wap_relevant 阅读全文
posted @ 2020-08-12 22:32 路要一步一步走 阅读(248) 评论(0) 推荐(0)
摘要: 转载:https://www.jianshu.com/p/80b404da976b 阅读全文
posted @ 2020-08-12 14:36 路要一步一步走 阅读(2693) 评论(0) 推荐(0)
摘要: public class SpringSecurityUtil { //session 由controller 注入参数传入 public static String currentUser(HttpSession session) { SecurityContextImpl securityCon 阅读全文
posted @ 2020-08-12 13:56 路要一步一步走 阅读(6146) 评论(0) 推荐(0)
摘要: 获取session,设置session @RequestMapping(value = "/loginUser", produces = {"text/html;charset=utf-8"}, method = RequestMethod.POST) public String login(@Re 阅读全文
posted @ 2020-08-12 13:54 路要一步一步走 阅读(1200) 评论(0) 推荐(0)
摘要: 转载:https://www.cnblogs.com/Terry-Wu/p/8134732.html 阅读全文
posted @ 2020-08-12 11:30 路要一步一步走 阅读(151) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/zj7321/article/details/102699810 阅读全文
posted @ 2020-08-11 20:13 路要一步一步走 阅读(509) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/qq_39940674/article/details/93392592 阅读全文
posted @ 2020-08-11 17:35 路要一步一步走 阅读(477) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/qq_35981283/article/details/80517208 阅读全文
posted @ 2020-08-11 17:27 路要一步一步走 阅读(637) 评论(0) 推荐(0)
摘要: 转载:https://blog.csdn.net/qq_35981283/category_7702440.html 阅读全文
posted @ 2020-08-11 15:00 路要一步一步走 阅读(80) 评论(0) 推荐(0)
上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 81 下一页