remove 删除无用配置
This commit is contained in:
parent
148c7c588e
commit
0d9b1c2e82
@ -5,11 +5,7 @@ ruoyi:
|
|||||||
# 版本
|
# 版本
|
||||||
version: ${ruoyi-vue-plus.version}
|
version: ${ruoyi-vue-plus.version}
|
||||||
# 版权年份
|
# 版权年份
|
||||||
copyrightYear: 2022
|
copyrightYear: 2023
|
||||||
# 实例演示开关
|
|
||||||
demoEnabled: true
|
|
||||||
# 获取ip地址开关
|
|
||||||
addressEnabled: true
|
|
||||||
# 缓存懒加载
|
# 缓存懒加载
|
||||||
cacheLazy: false
|
cacheLazy: false
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
package com.ruoyi.common.config;
|
package com.ruoyi.common.config;
|
||||||
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import lombok.Getter;
|
|
||||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
@ -31,24 +30,9 @@ public class RuoYiConfig {
|
|||||||
*/
|
*/
|
||||||
private String copyrightYear;
|
private String copyrightYear;
|
||||||
|
|
||||||
/**
|
|
||||||
* 实例演示开关
|
|
||||||
*/
|
|
||||||
private boolean demoEnabled;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 缓存懒加载
|
* 缓存懒加载
|
||||||
*/
|
*/
|
||||||
private boolean cacheLazy;
|
private boolean cacheLazy;
|
||||||
|
|
||||||
/**
|
|
||||||
* 获取地址开关
|
|
||||||
*/
|
|
||||||
@Getter
|
|
||||||
private static boolean addressEnabled;
|
|
||||||
|
|
||||||
public void setAddressEnabled(boolean addressEnabled) {
|
|
||||||
RuoYiConfig.addressEnabled = addressEnabled;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user