mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-05 16:53:48 +08:00
update 适配 redis 新版本配置文件写法
This commit is contained in:
@@ -97,7 +97,7 @@ spring:
|
|||||||
connectionTestQuery: SELECT 1
|
connectionTestQuery: SELECT 1
|
||||||
|
|
||||||
--- # redis 单机配置(单机与集群只能开启一个另一个需要注释掉)
|
--- # redis 单机配置(单机与集群只能开启一个另一个需要注释掉)
|
||||||
spring:
|
spring.data:
|
||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: localhost
|
host: localhost
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ spring:
|
|||||||
connectionTestQuery: SELECT 1
|
connectionTestQuery: SELECT 1
|
||||||
|
|
||||||
--- # redis 单机配置(单机与集群只能开启一个另一个需要注释掉)
|
--- # redis 单机配置(单机与集群只能开启一个另一个需要注释掉)
|
||||||
spring:
|
spring.data:
|
||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: localhost
|
host: localhost
|
||||||
|
|||||||
Reference in New Issue
Block a user