Explorar el Código

修改到docker外运行环境

tags/v1.0.0^2
林万龙 hace 3 años
padre
commit
329c87807b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar