2021年7月19日

连接redis错误:ERR Client sent AUTH, but no password is set

摘要: 问题原因:没有设置redis的密码 解决:命令行进入Redis的文件夹: D:\Redis-x64-3.2.100>redis-cli.exe 查看是否设置了密码: 127.0.0.1:6379> auth root (error) ERR Client sent AUTH, but no pass 阅读全文

posted @ 2021-07-19 14:36 离水的鱼xyt 阅读(717) 评论(0) 推荐(0)

idea 集成redis 启动报错

摘要: 2019-07-16 14:55:18.498 ERROR 8880 [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START ********** 阅读全文

posted @ 2021-07-19 11:39 离水的鱼xyt 阅读(672) 评论(0) 推荐(0)

2018年9月18日

SpringBoot学习 (一) Eclipse中创建新的SpringBoot项目

摘要: 1. Eclipse中安装STS插件 (1)在线安装 Help--Eclipse Marketplace... 搜索“STS”,点击“install”安装 (2)本地安装 打开网页 http://spring.io/tools/sts/all 下载适合自己的eclipse版本的STS压缩包 下载后, 阅读全文

posted @ 2018-09-18 15:26 离水的鱼xyt 阅读(207) 评论(0) 推荐(0)

导航