chore: 优化 JetCache 不同环境配置

This commit is contained in:
Charles7c 2024-01-14 21:54:26 +08:00
parent a2411f728a
commit 8596e47ed6
2 changed files with 4 additions and 0 deletions
continew-admin-webapi/src/main/resources/config

View File

@ -78,6 +78,8 @@ spring.data:
mode: SINGLE mode: SINGLE
## JetCache 配置 ## JetCache 配置
jetcache: jetcache:
# 统计间隔(默认 0表示不统计
statIntervalMinutes: 15
## 本地/进程级/一级缓存配置 ## 本地/进程级/一级缓存配置
local: local:
default: default:

View File

@ -80,6 +80,8 @@ spring.data:
mode: SINGLE mode: SINGLE
## JetCache 配置 ## JetCache 配置
jetcache: jetcache:
# 统计间隔(默认 0表示不统计
statIntervalMinutes: 0
## 本地/进程级/一级缓存配置 ## 本地/进程级/一级缓存配置
local: local:
default: default: