Explorar el Código

'河道数据'

master
dongyuangong hace 4 años
padre
commit
de4478caa4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/main/java/com/taauav/front/controller/FrontTestController.java

+ 2
- 2
src/main/java/com/taauav/front/controller/FrontTestController.java Ver fichero

@@ -62,11 +62,11 @@ public class FrontTestController {
}
@GetMapping("init")
public void initDriver(@RequestParam("f") String f) {
try {
/* try {
readFileByBytes(f);
} catch (IOException e) {
e.printStackTrace();
}
}*/
}
public void readFileByBytes(String f) throws IOException {

Cargando…
Cancelar
Guardar