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)