#每天一个知识点#
Spring Security中remember me(记住我)功能的实现方式:
1.将token写入浏览器cookie中
2.将token写入数据库
评论