修改上传文件目录配置,使其支持使用相对路径
This commit is contained in:
@@ -18,9 +18,7 @@ spring:
|
||||
|
||||
somkit:
|
||||
upload:
|
||||
path:
|
||||
windows: D://data/install/upload
|
||||
linux: /mnt/files
|
||||
path: ./data/files #上传文件路径 可以使用绝对路径,也可使用相对路径
|
||||
cache:
|
||||
rocks-db:
|
||||
path: ./cache/rocksdb # RocksDB缓存路径 可以使用绝对路径,也可使用相对路径
|
||||
|
||||
Reference in New Issue
Block a user