diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index 7d307885..7ee1bd02 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -625,6 +625,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 3f0852f1..5a963330 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -749,6 +749,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 349f6ab8..aeb72140 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -749,6 +749,7 @@ session: # region: # #[cacheName]: size, xxxx[s|m|h|d] # default: 10000, 1h +# sysCache: 100000, 365d # sessionCache: 100000, 12h # # # 二级缓存