redis相关配置内容相同(未设置密码)的情况下,crmeb-admin 启动正常,crmeb-front启动失败
redis:
host: 127.0.0.1 #地址
port: 6379 #端口
password:
timeout: 10000 # 连接超时时间(毫秒)
database: 7 #默认数据库
====================================== 异常信息
Caused by: org.redisson.client.RedisException: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?. channel: [id: 0xef9103c2, L:/127.0.0.1:43480 - R:/127.0.0.1:6379] command: (AUTH), params: (password masked)