Skip to content
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

求助:集成xxl-sso后服务无法启动 #49

Open
zywin541 opened this issue Feb 4, 2020 · 1 comment
Open

求助:集成xxl-sso后服务无法启动 #49

zywin541 opened this issue Feb 4, 2020 · 1 comment

Comments

@zywin541
Copy link

zywin541 commented Feb 4, 2020

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;
求指导,谢谢

@yangxing19930210
Copy link

1.XxlSsoConfig 通过配置类初始化的,是不是没有把初始化类扫描进入容器
2.你的地址配置有问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants