|
@@ -56,7 +56,7 @@ public class DipperAstPosAsyncTaskServiceImpl implements IDipperAstPosAsyncTaskS |
|
|
String appCsvPath = ""; |
|
|
String appCsvPath = ""; |
|
|
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.getPath()+this.centerProvinceFilePath; |
|
|
appCsvPath = f.getPath()+this.centerProvinceFilePath; |
|
|
log.debug(appCsvPath); |
|
|
log.debug(appCsvPath); |
|
|
} catch (Exception e) { |
|
|
} catch (Exception e) { |
|
|