-
Notifications
You must be signed in to change notification settings - Fork 10
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
加载依赖报错,忽略依赖运行显示craete bean error, redis配置正确仍然报错 #6
Comments
我这边使用阿里云提供的 maven 中央仓库镜像,是可以拉到依赖的;
修改为:
下面那个creating bean with name 'redissonConnectionFactory' ,可以错误信息拉到最右边,是 redis 连接失败了;姑且确认一下 redis设置里监听的端口、防火墙有没有开放端口、云服务商防火墙白名单有没有开放端口; |
前面问题已经解决了,后面那个问题应该是redis报错,我启动这个项目控制台日志是黑色的字体(不清楚是不是你项目配置了颜色还是我idea突然抽风了),配合背景我啥都看不清qwq,刚刚才看到是redis连接错误,我redis其他项目能用的,这里报错了,我启动个本地的看看 |
控制台打印颜色应该是被 banner.txt 连累了-。- |
眼睛治好了😁,就看清楚报错有个redis [Auth] 就想起了可能是密码问题(字体颜色的锅,哈哈),我密码是置空的,我把password删了就好了,前后台都能跑了。学习学习大佬的代码👍 |
hh 辛苦辛苦 |
好嘞
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年2月19日(星期六) 晚上7:40
收件人: ***@***.***>;
抄送: ***@***.***>; "State ***@***.***>;
主题: Re: [uncarbon97/helio-boot] 加载依赖报错,忽略依赖运行显示craete bean error, redis配置正确仍然报错 (Issue #6)
hh 辛苦辛苦
banner 里面 字体改成 ${AnsiColor.BLACK} 在黑底 IDEA 里就会显示成纯白……
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
Cannot resolve com.microsoft.sqlserver:sqljdbc4:4.0
Cannot resolve com.oracle:ojdbc6:11.2.0.3
(然后控制台字体是黑的。。)
The text was updated successfully, but these errors were encountered: