|
@@ -35,11 +35,11 @@ import java.util.*;
|
|
|
public class SpatialFilesDbServiceImpl implements ISpatialFilesDbService {
|
|
|
private static final Logger log = LoggerFactory.getLogger(SpatialFilesDbServiceImpl.class);
|
|
|
|
|
|
- /**
|
|
|
- * 上传文件存储在本地的根路径
|
|
|
- */
|
|
|
- @Value("${file.path}")
|
|
|
- private String localFilePath;
|
|
|
+ // /**
|
|
|
+ // * 上传文件存储在本地的根路径
|
|
|
+ // */
|
|
|
+ // @Value("${file.path}")
|
|
|
+ // private String localFilePath;
|
|
|
/**
|
|
|
* 入库的坐标系
|
|
|
*/
|