添加设备数据模块
This commit is contained in:
@ -85,7 +85,7 @@ spring:
|
||||
# 缓存配置
|
||||
cache:
|
||||
enable: false
|
||||
type: none # none=不使用缓存 redis=使用redis缓存
|
||||
type: redis # none=不使用缓存 redis=使用redis缓存
|
||||
ttl: 60 # 缓存过期时间(默认60秒)
|
||||
|
||||
#集群配置
|
||||
|
Reference in New Issue
Block a user