mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-07 01:33:44 +08:00
fix 修复 临时文件存储位置 相对路径问题
This commit is contained in:
@@ -3,7 +3,7 @@ spring:
|
|||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
# 临时文件存储位置 避免临时文件被系统清理报错
|
# 临时文件存储位置 避免临时文件被系统清理报错
|
||||||
location: ./temp
|
location: /ruoyi/server/temp
|
||||||
|
|
||||||
--- # 监控配置
|
--- # 监控配置
|
||||||
spring:
|
spring:
|
||||||
|
|||||||
Reference in New Issue
Block a user