摘要: SpringBoot security关闭验证 springboot2.x security关闭验证https://www.cnblogs.com/guanxiaohe/p/11738057.htmlimport org.springframework.context.annotation.Conf 阅读全文
posted @ 2019-11-27 19:42 kelelipeng 阅读(13697) 评论(0) 推荐(1) 编辑
摘要: BCryptPasswordEncoder 判断密码是否相同 加密 BCryptPasswordEncoder encode = new BCryptPasswordEncoder(); encode.encode(password); 比较 matches(CharSequence rawPass 阅读全文
posted @ 2019-11-27 16:24 kelelipeng 阅读(1879) 评论(0) 推荐(0) 编辑
摘要: A 10分钟了解JSON Web令牌(JWT)https://baijiahao.baidu.com/s?id=1608021814182894637&wfr=spider&for=pc B SpringBoot+SpringSecurity+JWT实RESTfulAPI权限控制 (下载源码可以用) 阅读全文
posted @ 2019-11-27 13:24 kelelipeng 阅读(1005) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/kelelipeng/p/11326936.html https://www.cnblogs.com/kelelipeng/p/11326621.html 2019.05.21 11:29:03字数 114阅读 1,455 Accessors翻译是存取 阅读全文
posted @ 2019-11-27 13:22 kelelipeng 阅读(371) 评论(0) 推荐(0) 编辑