修改redis连接的database
This commit is contained in:
parent
59b51aedab
commit
5ad7a20675
|
@ -198,7 +198,7 @@ spring:
|
|||
# driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
#redis 配置
|
||||
redis:
|
||||
database: 0
|
||||
database: 1
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password:
|
||||
|
|
Loading…
Reference in New Issue