Browse Source

'河道数据'

master
dongyuangong 4 years ago
parent
commit
de4478caa4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/java/com/taauav/front/controller/FrontTestController.java

+ 2
- 2
src/main/java/com/taauav/front/controller/FrontTestController.java View File

} }
@GetMapping("init") @GetMapping("init")
public void initDriver(@RequestParam("f") String f) { public void initDriver(@RequestParam("f") String f) {
try {
/* try {
readFileByBytes(f); readFileByBytes(f);
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
}
}*/
} }
public void readFileByBytes(String f) throws IOException { public void readFileByBytes(String f) throws IOException {

Loading…
Cancel
Save