fix 修复 临时文件存储位置 相对路径问题
This commit is contained in:
parent
a610c5c8c6
commit
5389663b72
@ -3,7 +3,7 @@ spring:
|
|||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
# 临时文件存储位置 避免临时文件被系统清理报错
|
# 临时文件存储位置 避免临时文件被系统清理报错
|
||||||
location: ./temp
|
location: /ruoyi/server/temp
|
||||||
|
|
||||||
--- # 监控配置
|
--- # 监控配置
|
||||||
spring:
|
spring:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user