-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
登陆之后token验证不走redis缓存 #138
Comments
可否附上配置文件? |
类似的问题,我是于jwt配合使用的,是哪个类的方法封装了redis权限校验的部分?一直没有跟到具体代码 |
我也是jwt的 |
|
我的那个是参考最新样例,只自定义了shiroFilterFactoryBean,注入jwtfilter |
我折腾了几天没弄好,最后只好选择把它的那个session关了,自己写了个redis缓存的功能 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
redis中有会话数据,但每次访问api,都会重新查数据库不走redis,并且查完又加了一条redis缓存,导致redis中同一个用户有很多相同会话,但查询的时候又不用
环境:
jdk8
windows 10
springboot 2.2.6
The text was updated successfully, but these errors were encountered: