soptless 적용

This commit is contained in:
2026-01-23 18:40:04 +09:00
parent 2ed5ff8ae8
commit b5b2c70561
5 changed files with 6 additions and 8 deletions

View File

@@ -519,7 +519,6 @@ public class FIleChecker {
} catch (IOException e) {
return false;
}
}
public static boolean validationMultipart(MultipartFile mfile) {

View File

@@ -15,7 +15,6 @@ import com.kamco.cd.kamcoback.upload.service.UploadService;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.time.LocalDate;
import java.util.List;
import java.util.UUID;

View File

@@ -243,10 +243,10 @@ public class MapSheetMngFileJobService {
mapSheetMngFileJobCoreService.findByHstMapSheetBeforeYyyyListCount(
strtYyyy, endYyyy, mapSheetNum);
//System.out.println("mapSheetAutoExceptionUpdate mapSheetNum == " + mapSheetNum);
//System.out.println("mapSheetAutoExceptionUpdate strtYyyy == " + strtYyyy);
//System.out.println("mapSheetAutoExceptionUpdate endYyyy == " + endYyyy);
//System.out.println("mapSheetAutoExceptionUpdate beforeCnt == " + beforeCnt);
// System.out.println("mapSheetAutoExceptionUpdate mapSheetNum == " + mapSheetNum);
// System.out.println("mapSheetAutoExceptionUpdate strtYyyy == " + strtYyyy);
// System.out.println("mapSheetAutoExceptionUpdate endYyyy == " + endYyyy);
// System.out.println("mapSheetAutoExceptionUpdate beforeCnt == " + beforeCnt);
if (beforeCnt == 0) {
System.out.println("mapSheetAutoExceptionUpdate inference == 자동추론제외");
mapSheetMngFileJobCoreService.updateException5kMapSheet(mapSheetNum);

View File

@@ -108,7 +108,7 @@ inference:
url: http://10.100.0.11:8000/jobs
batch-url: http://10.100.0.11:8000/batches
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
gukyuin:

View File

@@ -63,7 +63,7 @@ inference:
url: http://10.100.0.11:8000/jobs
batch-url: http://10.100.0.11:8000/batches
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
gukyuin: