@@ -57,7 +57,7 @@ public class DipperAstPosAsyncTaskServiceImpl implements IDipperAstPosAsyncTaskS | |||
try { | |||
//appCsvPath ="/home/data/dipperposition" +this.centerProvinceFilePath; | |||
File f = new File(this.getClass().getResource("").getPath()); | |||
appCsvPath = f.getAbsolutePath()+this.centerProvinceFilePath; | |||
appCsvPath = f.getPath()+this.centerProvinceFilePath; | |||
log.debug(appCsvPath); | |||
} catch (Exception e) { | |||
log.debug("cannot find path"); | |||