修复文件上传根目录配置读取错误
This commit is contained in:
parent
78d47cf363
commit
c150c74206
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ import java.util.UUID;
|
|||
public class FileController {
|
||||
|
||||
|
||||
@Value("${appconfig.amapKey}")
|
||||
@Value("${appconfig.saveFileRoot}")
|
||||
private String fileSaveRoot="./file-data";
|
||||
|
||||
private final FileMetaInfoRepository fileMetaInfoRepository;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue