|
@ -21,9 +21,6 @@ public class RuoYiConfig |
|
|
/** 版权年份 */ |
|
|
/** 版权年份 */ |
|
|
private String copyrightYear; |
|
|
private String copyrightYear; |
|
|
|
|
|
|
|
|
/** 实例演示开关 */ |
|
|
|
|
|
private boolean demoEnabled; |
|
|
|
|
|
|
|
|
|
|
|
/** 上传路径 */ |
|
|
/** 上传路径 */ |
|
|
private static String profile; |
|
|
private static String profile; |
|
|
|
|
|
|
|
@ -63,16 +60,6 @@ public class RuoYiConfig |
|
|
this.copyrightYear = copyrightYear; |
|
|
this.copyrightYear = copyrightYear; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public boolean isDemoEnabled() |
|
|
|
|
|
{ |
|
|
|
|
|
return demoEnabled; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setDemoEnabled(boolean demoEnabled) |
|
|
|
|
|
{ |
|
|
|
|
|
this.demoEnabled = demoEnabled; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static String getProfile() |
|
|
public static String getProfile() |
|
|
{ |
|
|
{ |
|
|
return profile; |
|
|
return profile; |
|
|