添加设备数据模块

This commit is contained in:
mi9688
2024-11-07 14:17:00 +08:00
parent 899a5a833f
commit 561b30e12c
4 changed files with 25 additions and 4 deletions

View File

@ -85,7 +85,7 @@ spring:
# 缓存配置
cache:
enable: false
type: none # none=不使用缓存 redis=使用redis缓存
type: redis # none=不使用缓存 redis=使用redis缓存
ttl: 60 # 缓存过期时间默认60秒
#集群配置