welcome
This commit is contained in:
@@ -576,6 +576,8 @@ public class FileManagerService {
|
|||||||
*/
|
*/
|
||||||
public FileManagerDto.StorageSpaceRes getStorageSpaceInfo() {
|
public FileManagerDto.StorageSpaceRes getStorageSpaceInfo() {
|
||||||
// 설정값에서 경로 가져오기 (train.docker.base_path)
|
// 설정값에서 경로 가져오기 (train.docker.base_path)
|
||||||
|
|
||||||
|
log.info("basePath = {}",basePath);
|
||||||
String directoryPath = basePath;
|
String directoryPath = basePath;
|
||||||
|
|
||||||
Path directory = Paths.get(directoryPath);
|
Path directory = Paths.get(directoryPath);
|
||||||
|
|||||||
Reference in New Issue
Block a user