缓存重命名 bpmForm to bpmFormCache

This commit is contained in:
thinkgem
2021-07-12 10:29:36 +08:00
parent c3cebeec6e
commit 0785058561
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ spring:
# 缓存及会话共享(专业版) # 缓存及会话共享(专业版)
isClusterMode: false isClusterMode: false
# 清理全部缓存按钮所清理的缓存列表 # 清理全部缓存按钮所清理的缓存列表
clearNames: sysCache,corpCache,userCache,cmsCache,msgPcPoolCache,roleCache,fileUploadCache clearNames: sysCache,corpCache,userCache,cmsCache,msgPcPoolCache,roleCache,fileUploadCache,bpmFormCache
# 打印横幅 # 打印横幅
main: main:

View File

@@ -264,7 +264,7 @@ spring:
# # 缓存及会话共享(专业版) # # 缓存及会话共享(专业版)
# isClusterMode: false # isClusterMode: false
# # 清理全部缓存按钮所清理的缓存列表 # # 清理全部缓存按钮所清理的缓存列表
# clearNames: sysCache,corpCache,userCache,cmsCache,msgPcPoolCache,roleCache,fileUploadCache # clearNames: sysCache,corpCache,userCache,cmsCache,msgPcPoolCache,roleCache,fileUploadCache,bpmFormCache
# 日志配置 # 日志配置
logging: logging: