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