update ruoyi-admin/src/main/resources/application.yml.
# 文件路径,使用jvm系统变量,兼容windows和linux;
profile: ${user.home}/ruoyi/uploadPath
This commit is contained in:
parent
233089b3e6
commit
b9db12243c
|
|
@ -8,8 +8,8 @@ ruoyi:
|
||||||
copyrightYear: 2019
|
copyrightYear: 2019
|
||||||
# 实例演示开关
|
# 实例演示开关
|
||||||
demoEnabled: true
|
demoEnabled: true
|
||||||
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
# 文件路径,使用jvm系统变量;也可自定义;示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
||||||
profile: D:/ruoyi/uploadPath
|
profile: ${user.home}/ruoyi/uploadPath
|
||||||
# 获取ip地址开关
|
# 获取ip地址开关
|
||||||
addressEnabled: false
|
addressEnabled: false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue