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