add 增加 缓存懒加载 开关

This commit is contained in:
疯狂的狮子Li 2021-11-22 02:46:13 +08:00
parent 6c053b6266
commit 2cdea69719
2 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,8 @@ ruoyi:
demoEnabled: true
# 获取ip地址开关
addressEnabled: true
# 缓存懒加载
cacheLazy: true
captcha:
# 页面 <参数设置> 可开启关闭 验证码校验

View File

@ -38,6 +38,11 @@ public class RuoYiConfig {
*/
private boolean demoEnabled;
/**
* 缓存懒加载
*/
private boolean cacheLazy;
/**
* 获取地址开关
*/