소스 검색

'河道数据'

master
dongyuangong 4 년 전
부모
커밋
de4478caa4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/main/java/com/taauav/front/controller/FrontTestController.java

+ 2
- 2
src/main/java/com/taauav/front/controller/FrontTestController.java 파일 보기

@@ -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 {

Loading…
취소
저장