We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我看到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有一系列的问题。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我看到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有一系列的问题。
The text was updated successfully, but these errors were encountered: