diff --git a/gukyuin/label-send/.gradle/8.14/checksums/checksums.lock b/gukyuin/label-send/.gradle/8.14/checksums/checksums.lock index 0e7c577..f939e90 100644 Binary files a/gukyuin/label-send/.gradle/8.14/checksums/checksums.lock and b/gukyuin/label-send/.gradle/8.14/checksums/checksums.lock differ diff --git a/gukyuin/label-send/.gradle/8.14/fileHashes/fileHashes.bin b/gukyuin/label-send/.gradle/8.14/fileHashes/fileHashes.bin index 1e30393..4fbb135 100644 Binary files a/gukyuin/label-send/.gradle/8.14/fileHashes/fileHashes.bin and b/gukyuin/label-send/.gradle/8.14/fileHashes/fileHashes.bin differ diff --git a/gukyuin/label-send/.gradle/8.14/fileHashes/fileHashes.lock b/gukyuin/label-send/.gradle/8.14/fileHashes/fileHashes.lock index bb55efd..8dc2ba7 100644 Binary files a/gukyuin/label-send/.gradle/8.14/fileHashes/fileHashes.lock and b/gukyuin/label-send/.gradle/8.14/fileHashes/fileHashes.lock differ diff --git a/gukyuin/label-send/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/gukyuin/label-send/.gradle/buildOutputCleanup/buildOutputCleanup.lock index cd131d4..5f98e05 100644 Binary files a/gukyuin/label-send/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/gukyuin/label-send/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/gukyuin/label-send/.idea/label-send.iml b/gukyuin/label-send/.idea/label-send.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/gukyuin/label-send/.idea/label-send.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/gukyuin/label-send/.idea/vcs.xml b/gukyuin/label-send/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/gukyuin/label-send/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/gukyuin/label-send/build/reports/problems/problems-report.html b/gukyuin/label-send/build/reports/problems/problems-report.html index c67bd41..4b89eae 100644 --- a/gukyuin/label-send/build/reports/problems/problems-report.html +++ b/gukyuin/label-send/build/reports/problems/problems-report.html @@ -650,7 +650,7 @@ code + .copy-button { diff --git a/gukyuin/label-send/src/main/resources/application-dev.yml b/gukyuin/label-send/src/main/resources/application-dev.yml index d7611e7..2081606 100644 --- a/gukyuin/label-send/src/main/resources/application-dev.yml +++ b/gukyuin/label-send/src/main/resources/application-dev.yml @@ -43,33 +43,6 @@ spring: port: 6379 password: kamco - servlet: - multipart: - enabled: true - max-file-size: 4GB - max-request-size: 4GB - file-size-threshold: 10MB - -server: - tomcat: - max-swallow-size: 4GB - max-http-form-post-size: 4GB - -jwt: - secret: "kamco_token_9b71e778-19a3-4c1d-97bf-2d687de17d5b" - access-token-validity-in-ms: 86400000 # 1일 - refresh-token-validity-in-ms: 604800000 # 7일 - #access-token-validity-in-ms: 60000 # 1분 - #refresh-token-validity-in-ms: 300000 # 5분 - -token: - refresh-cookie-name: kamco-dev # 개발용 쿠키 이름 - refresh-cookie-secure: false # 로컬 http 테스트면 false - -springdoc: - swagger-ui: - persist-authorization: true # 스웨거 새로고침해도 토큰 유지, 로컬스토리지에 저장 - logging: level: root: INFO @@ -82,55 +55,6 @@ logging: org.springframework.security.web.authentication.Http403ForbiddenEntryPoint: INFO org.springframework.web.servlet.DispatcherServlet: INFO - -mapsheet: - upload: - skipGdalValidation: true - shp: - baseurl: /app/tmp/detect/result #현재사용안함 - - - -file: - #sync-root-dir: D:/kamco-nfs/images/ - sync-root-dir: /kamco-nfs/images/ - sync-tmp-dir: /kamco-nfs/requests/temp # image upload temp dir - #sync-tmp-dir: ${file.sync-root-dir}/tmp - sync-file-extention: tfw,tif - sync-auto-exception-start-year: 2024 - sync-auto-exception-before-year-cnt: 3 - - #dataset-dir: D:/kamco-nfs/model_output/ - dataset-dir: /kamco-nfs/model_output/export/ # 마운트경로 AI 추론결과 - dataset-tmp-dir: ${file.dataset-dir}tmp/ - - #model-dir: D:/kamco-nfs/ckpt/model/ - model-dir: /kamco-nfs/ckpt/model/ # 학습서버에서 트레이닝한 모델업로드경로 - model-tmp-dir: ${file.model-dir}tmp/ - model-file-extention: pth,json,py - - pt-path: /kamco-nfs/ckpt/model/v6-cls-checkpoints/ - pt-FileName: yolov8_6th-6m.pt - - dataset-response: /kamco-nfs/dataset/response/ - -inference: - url: http://192.168.2.183:8000/jobs - batch-url: http://192.168.2.183:8000/batches - geojson-dir: /kamco-nfs/requests/ # 추론실행을 위한 파일생성경로 - jar-path: /kamco-nfs/repo/jar/shp-exporter.jar - inference-server-name: server1,server2,server3,server4 - gukyuin: - #url: http://localhost:8080 url: http://192.168.2.129:5301 cdi: ${gukyuin.url}/api/kcd/cdi - -training-data: - geojson-dir: /kamco-nfs/dataset/request/ - -layer: - geoserver-url: https://kamco.geo-dev.gs.dabeeo.com - wms-path: geoserver/cd - wmts-path: geoserver/cd/gwc/service - workspace: cd diff --git a/gukyuin/label-send/src/main/resources/application-prod.yml b/gukyuin/label-send/src/main/resources/application-prod.yml index 471febd..bcdba91 100644 --- a/gukyuin/label-send/src/main/resources/application-prod.yml +++ b/gukyuin/label-send/src/main/resources/application-prod.yml @@ -23,7 +23,6 @@ spring: datasource: url: jdbc:postgresql://kamco-cd-postgis:5432/kamco_cds - #url: jdbc:postgresql://localhost:15432/kamco_cds username: kamco_cds password: kamco_cds_Q!W@E#R$ hikari: @@ -37,86 +36,13 @@ spring: transaction: default-timeout: 300 # 5분 트랜잭션 타임아웃 - data: - redis: - host: 127.0.0.1 - port: 16379 - password: kamco - - servlet: - multipart: - enabled: true - max-file-size: 4GB - max-request-size: 4GB - file-size-threshold: 10MB - -server: - tomcat: - max-swallow-size: 4GB - max-http-form-post-size: 4GB - -jwt: - secret: "kamco_token_9b71e778-19a3-4c1d-97bf-2d687de17d5b" - access-token-validity-in-ms: 86400000 # 1일 - refresh-token-validity-in-ms: 604800000 # 7일 - -token: - refresh-cookie-name: kamco # 개발용 쿠키 이름 - refresh-cookie-secure: true # 로컬 http 테스트면 false - logging: level: root: INFO org.springframework.web: DEBUG org.springframework.security: DEBUG - # 헬스체크 노이즈 핵심만 다운 - org.springframework.security.web.FilterChainProxy: INFO - org.springframework.security.web.authentication.AnonymousAuthenticationFilter: INFO - org.springframework.security.web.authentication.Http403ForbiddenEntryPoint: INFO - org.springframework.web.servlet.DispatcherServlet: INFO - - -mapsheet: - upload: - skipGdalValidation: true - shp: - baseurl: /app/detect/result #현재사용안함 - -file: - sync-root-dir: /kamco-nfs/images/ - sync-tmp-dir: /kamco-nfs/repo/tmp # image upload temp dir - sync-file-extention: tfw,tif - - #dataset-dir: D:/kamco-nfs/model_output/ #변경 model_output - dataset-dir: /kamco-nfs/model_output/export/ # 마운트경로 AI 추론결과 - dataset-tmp-dir: ${file.dataset-dir}tmp/ - - #model-dir: D:/kamco-nfs/ckpt/model/ - model-dir: /kamco-nfs/ckpt/model/ # 학습서버에서 트레이닝한 모델업로드경로 - model-tmp-dir: ${file.model-dir}tmp/ - model-file-extention: pth,json,py - - pt-path: /kamco-nfs/ckpt/v6-cls-checkpoints/ - pt-FileName: yolov8_6th-6m.pt - dataset-response: /kamco-nfs/dataset/response/ - -inference: - url: http://127.0.0.1:8000/jobs - batch-url: http://127.0.0.1:8000/batches - geojson-dir: /kamco-nfs/requests/ # 학습서버에서 트레이닝한 모델업로드경로 - jar-path: /kamco-nfs/repo/jar/shp-exporter.jar # 추론실행을 위한 파일생성경로 - inference-server-name: server1,server2,server3,server4 - gukyuin: - url: http://127.0.0.1:5301 + url: http://172.16.4.56:15432 cdi: ${gukyuin.url}/api/kcd/cdi -training-data: - geojson-dir: /kamco-nfs/dataset/request/ - -layer: - geoserver-url: https://kamco.geo-dev.gs.dabeeo.com - wms-path: geoserver/cd - wmts-path: geoserver/cd/gwc/service - workspace: cd diff --git a/gukyuin/pnu-update/.gradle/8.14/executionHistory/executionHistory.bin b/gukyuin/pnu-update/.gradle/8.14/executionHistory/executionHistory.bin index 885e1ac..14d99d7 100644 Binary files a/gukyuin/pnu-update/.gradle/8.14/executionHistory/executionHistory.bin and b/gukyuin/pnu-update/.gradle/8.14/executionHistory/executionHistory.bin differ diff --git a/gukyuin/pnu-update/.gradle/8.14/executionHistory/executionHistory.lock b/gukyuin/pnu-update/.gradle/8.14/executionHistory/executionHistory.lock index 73fed4a..9cf9a07 100644 Binary files a/gukyuin/pnu-update/.gradle/8.14/executionHistory/executionHistory.lock and b/gukyuin/pnu-update/.gradle/8.14/executionHistory/executionHistory.lock differ diff --git a/gukyuin/pnu-update/.gradle/8.14/fileHashes/fileHashes.bin b/gukyuin/pnu-update/.gradle/8.14/fileHashes/fileHashes.bin index 650261c..7e905f0 100644 Binary files a/gukyuin/pnu-update/.gradle/8.14/fileHashes/fileHashes.bin and b/gukyuin/pnu-update/.gradle/8.14/fileHashes/fileHashes.bin differ diff --git a/gukyuin/pnu-update/.gradle/8.14/fileHashes/fileHashes.lock b/gukyuin/pnu-update/.gradle/8.14/fileHashes/fileHashes.lock index 6834fb7..438b680 100644 Binary files a/gukyuin/pnu-update/.gradle/8.14/fileHashes/fileHashes.lock and b/gukyuin/pnu-update/.gradle/8.14/fileHashes/fileHashes.lock differ diff --git a/gukyuin/pnu-update/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/gukyuin/pnu-update/.gradle/buildOutputCleanup/buildOutputCleanup.lock index eb7dad5..49e7935 100644 Binary files a/gukyuin/pnu-update/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/gukyuin/pnu-update/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/gukyuin/pnu-update/.gradle/file-system.probe b/gukyuin/pnu-update/.gradle/file-system.probe index 1810118..d47e227 100644 Binary files a/gukyuin/pnu-update/.gradle/file-system.probe and b/gukyuin/pnu-update/.gradle/file-system.probe differ diff --git a/gukyuin/pnu-update/build/libs/pnu-update.jar b/gukyuin/pnu-update/build/libs/pnu-update.jar index eb7b50a..7286de0 100644 Binary files a/gukyuin/pnu-update/build/libs/pnu-update.jar and b/gukyuin/pnu-update/build/libs/pnu-update.jar differ diff --git a/gukyuin/pnu-update/build/resources/main/application-prod.yml b/gukyuin/pnu-update/build/resources/main/application-prod.yml index dfa7a27..1b15afd 100644 --- a/gukyuin/pnu-update/build/resources/main/application-prod.yml +++ b/gukyuin/pnu-update/build/resources/main/application-prod.yml @@ -43,5 +43,5 @@ logging: org.springframework.security: INFO gukyuin: - url: http://127.0.0.1:5301 + url: http://172.16.4.56:15432 cdi: ${gukyuin.url}/api/kcd/cdi diff --git a/gukyuin/pnu-update/build/tmp/compileJava/previous-compilation-data.bin b/gukyuin/pnu-update/build/tmp/compileJava/previous-compilation-data.bin index 85332e0..1cb4be8 100644 Binary files a/gukyuin/pnu-update/build/tmp/compileJava/previous-compilation-data.bin and b/gukyuin/pnu-update/build/tmp/compileJava/previous-compilation-data.bin differ diff --git a/gukyuin/pnu-update/src/main/resources/application-prod.yml b/gukyuin/pnu-update/src/main/resources/application-prod.yml index dfa7a27..1b15afd 100644 --- a/gukyuin/pnu-update/src/main/resources/application-prod.yml +++ b/gukyuin/pnu-update/src/main/resources/application-prod.yml @@ -43,5 +43,5 @@ logging: org.springframework.security: INFO gukyuin: - url: http://127.0.0.1:5301 + url: http://172.16.4.56:15432 cdi: ${gukyuin.url}/api/kcd/cdi diff --git a/gukyuin/stblt-check/src/main/resources/application-prod.yml b/gukyuin/stblt-check/src/main/resources/application-prod.yml index 1dedca4..1b15afd 100644 --- a/gukyuin/stblt-check/src/main/resources/application-prod.yml +++ b/gukyuin/stblt-check/src/main/resources/application-prod.yml @@ -42,12 +42,6 @@ logging: org.springframework.web: INFO org.springframework.security: INFO - # 헬스체크 노이즈 핵심만 다운 - org.springframework.security.web.FilterChainProxy: INFO - org.springframework.security.web.authentication.AnonymousAuthenticationFilter: INFO - org.springframework.security.web.authentication.Http403ForbiddenEntryPoint: INFO - org.springframework.web.servlet.DispatcherServlet: INFO - gukyuin: - url: http://127.0.0.1:5301 + url: http://172.16.4.56:15432 cdi: ${gukyuin.url}/api/kcd/cdi