diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index f0f616a8..a6762b64 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -627,6 +627,7 @@ j2cache: region: #[cacheName]: size, xxxx[s|m|h|d] default: 10000, 1h + sysCache: 100000, 365d sessionCache: 100000, 12h # 二级缓存 diff --git a/web-api/src/main/resources/config/application.yml b/web-api/src/main/resources/config/application.yml index 7ec400b3..49889b2b 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -775,6 +775,7 @@ session: # region: # #[cacheName]: size, xxxx[s|m|h|d] # default: 10000, 1h +# sysCache: 100000, 365d # sessionCache: 100000, 12h # # # 二级缓存 diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index d1a7464d..2fc286e6 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -775,6 +775,7 @@ session: # region: # #[cacheName]: size, xxxx[s|m|h|d] # default: 10000, 1h +# sysCache: 100000, 365d # sessionCache: 100000, 12h # # # 二级缓存