xuxueli / xxl-sso

A distributed single-sign-on framework.(分布式单点登录框架XXL-SSO)

Home Page:http://www.xuxueli.com/xxl-sso/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

能解除对jedis的依赖吗

caizhh opened this issue · comments

我看到xxl-sso-core的Compile Dependencies里有对jedis的依赖。

<!-- https://mvnrepository.com/artifact/com.xuxueli/xxl-sso-core --> <dependency> <groupId>com.xuxueli</groupId> <artifactId>xxl-sso-core</artifactId> <version>1.1.0</version> </dependency>

请问能否解除这个依赖,可以用httpclient调sso-server的接口来验证token。

对于老的项目可能用的老版本的redis,会导致老系统接入sso有一系列的问题。
sso依赖jedis