dolyw / ShiroJwt

API SpringBoot + Shiro + Java-Jwt + Redis(Jedis)

Home Page:https://gitee.com/dolyw/ShiroJwt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

每次doGetAuthenticationInfo都查询数据库

RFDeval opened this issue · comments

不知道我理解的对不对,以后每次访问携带jwt,都要走Realm里的认证方法,里面每次都从数据库查询用户信息,这样效率行么?