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
1、基础服务为模块化,springboot版本2.2.4.RELEASE,XxlSsoConfig类初始化时无法通过@value获取xxl-sso相关配置值,导致服务无法启动; 2、代码中通过魔法值形式将xxl-sso固定写死启动服务时系统卡死在 JedisUtil.init(xxlSsoRedisAddress); 这一步,通过netstat -ano|grep 6379查询redis连接已建立,redis地址配置为rediss:https://:[email protected]:6379/0; 求指导,谢谢
The text was updated successfully, but these errors were encountered:
1.XxlSsoConfig 通过配置类初始化的,是不是没有把初始化类扫描进入容器 2.你的地址配置有问题
Sorry, something went wrong.
No branches or pull requests
1、基础服务为模块化,springboot版本2.2.4.RELEASE,XxlSsoConfig类初始化时无法通过@value获取xxl-sso相关配置值,导致服务无法启动;
2、代码中通过魔法值形式将xxl-sso固定写死启动服务时系统卡死在 JedisUtil.init(xxlSsoRedisAddress); 这一步,通过netstat -ano|grep 6379查询redis连接已建立,redis地址配置为rediss:https://:[email protected]:6379/0;
求指导,谢谢
The text was updated successfully, but these errors were encountered: