Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyang
sts网站
Commits
f74454b6
Commit
f74454b6
authored
Dec 05, 2023
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无用的实例演示开关配置
parent
d71ee5db
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
application.yml
ruoyi-admin/src/main/resources/application.yml
+0
-2
RuoYiConfig.java
...on/src/main/java/com/ruoyi/common/config/RuoYiConfig.java
+0
-13
No files found.
ruoyi-admin/src/main/resources/application.yml
View file @
f74454b6
...
...
@@ -6,8 +6,6 @@ ruoyi:
version
:
3.8.6
# 版权年份
copyrightYear
:
2023
# 实例演示开关
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
profile
:
D:/ruoyi/uploadPath
# 获取ip地址开关
...
...
ruoyi-common/src/main/java/com/ruoyi/common/config/RuoYiConfig.java
View file @
f74454b6
...
...
@@ -21,9 +21,6 @@ public class RuoYiConfig
/** 版权年份 */
private
String
copyrightYear
;
/** 实例演示开关 */
private
boolean
demoEnabled
;
/** 上传路径 */
private
static
String
profile
;
...
...
@@ -63,16 +60,6 @@ public class RuoYiConfig
this
.
copyrightYear
=
copyrightYear
;
}
public
boolean
isDemoEnabled
()
{
return
demoEnabled
;
}
public
void
setDemoEnabled
(
boolean
demoEnabled
)
{
this
.
demoEnabled
=
demoEnabled
;
}
public
static
String
getProfile
()
{
return
profile
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment