环境:Spring Boot 2.5.6
问题:redis报错(配置如下)
spring:
redis:
host: xxxx
username: xxx
password: xxx
更改之后:
spring:
redis:
url: redis://@:
username: xxx

环境:Spring Boot 2.5.6
问题:redis报错(配置如下)
spring:
redis:
host: xxxx
username: xxx
password: xxx
更改之后:
spring:
redis:
url: redis://@:
username: xxx