soptless 적용
This commit is contained in:
@@ -519,7 +519,6 @@ public class FIleChecker {
|
|||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean validationMultipart(MultipartFile mfile) {
|
public static boolean validationMultipart(MultipartFile mfile) {
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ import com.kamco.cd.kamcoback.upload.service.UploadService;
|
|||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.nio.file.Files;
|
import java.nio.file.Files;
|
||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
import java.nio.file.Paths;
|
|
||||||
import java.time.LocalDate;
|
import java.time.LocalDate;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|||||||
@@ -243,10 +243,10 @@ public class MapSheetMngFileJobService {
|
|||||||
mapSheetMngFileJobCoreService.findByHstMapSheetBeforeYyyyListCount(
|
mapSheetMngFileJobCoreService.findByHstMapSheetBeforeYyyyListCount(
|
||||||
strtYyyy, endYyyy, mapSheetNum);
|
strtYyyy, endYyyy, mapSheetNum);
|
||||||
|
|
||||||
//System.out.println("mapSheetAutoExceptionUpdate mapSheetNum == " + mapSheetNum);
|
// System.out.println("mapSheetAutoExceptionUpdate mapSheetNum == " + mapSheetNum);
|
||||||
//System.out.println("mapSheetAutoExceptionUpdate strtYyyy == " + strtYyyy);
|
// System.out.println("mapSheetAutoExceptionUpdate strtYyyy == " + strtYyyy);
|
||||||
//System.out.println("mapSheetAutoExceptionUpdate endYyyy == " + endYyyy);
|
// System.out.println("mapSheetAutoExceptionUpdate endYyyy == " + endYyyy);
|
||||||
//System.out.println("mapSheetAutoExceptionUpdate beforeCnt == " + beforeCnt);
|
// System.out.println("mapSheetAutoExceptionUpdate beforeCnt == " + beforeCnt);
|
||||||
if (beforeCnt == 0) {
|
if (beforeCnt == 0) {
|
||||||
System.out.println("mapSheetAutoExceptionUpdate inference == 자동추론제외");
|
System.out.println("mapSheetAutoExceptionUpdate inference == 자동추론제외");
|
||||||
mapSheetMngFileJobCoreService.updateException5kMapSheet(mapSheetNum);
|
mapSheetMngFileJobCoreService.updateException5kMapSheet(mapSheetNum);
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ inference:
|
|||||||
url: http://10.100.0.11:8000/jobs
|
url: http://10.100.0.11:8000/jobs
|
||||||
batch-url: http://10.100.0.11:8000/batches
|
batch-url: http://10.100.0.11:8000/batches
|
||||||
geojson-dir: /kamco-nfs/requests/
|
geojson-dir: /kamco-nfs/requests/
|
||||||
jar-path: /kamco-nfs/dataset/shp_exporter-1.0.0.jar
|
jar-path: /kamco-nfs/dataset/shp-exporter-1.0.0.jar
|
||||||
inference-server-name: server1,server2,server3,server4
|
inference-server-name: server1,server2,server3,server4
|
||||||
|
|
||||||
gukyuin:
|
gukyuin:
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ inference:
|
|||||||
url: http://10.100.0.11:8000/jobs
|
url: http://10.100.0.11:8000/jobs
|
||||||
batch-url: http://10.100.0.11:8000/batches
|
batch-url: http://10.100.0.11:8000/batches
|
||||||
geojson-dir: /kamco-nfs/requests/
|
geojson-dir: /kamco-nfs/requests/
|
||||||
jar-path: /kamco-nfs/dataset/shp_exporter-1.0.0.jar
|
jar-path: /kamco-nfs/dataset/shp-exporter-1.0.0.jar
|
||||||
inference-server-name: server1,server2,server3,server4
|
inference-server-name: server1,server2,server3,server4
|
||||||
|
|
||||||
gukyuin:
|
gukyuin:
|
||||||
|
|||||||
Reference in New Issue
Block a user