Browse Source

修改到docker外运行环境

tags/v1.0.0^2
林万龙 3 years ago
parent
commit
193bab385f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/java/com/telpo/dipperposition/service/impl/DipperAstPosAsyncTaskServiceImpl.java

+ 1
- 1
src/main/java/com/telpo/dipperposition/service/impl/DipperAstPosAsyncTaskServiceImpl.java View File

@@ -54,7 +54,7 @@ public class DipperAstPosAsyncTaskServiceImpl implements IDipperAstPosAsyncTaskS
String centerProvinceLonAndAlt = "";
String appCsvPath = "";
try {
appCsvPath ="/home/data/dipperposition/BOOT-INF/classes" +this.centerProvinceFilePath;
appCsvPath ="/home/data/dipperposition" +this.centerProvinceFilePath;
log.debug(appCsvPath);
} catch (Exception e) {
log.debug("cannot find path");


Loading…
Cancel
Save