Merge remote-tracking branch 'origin/main'

This commit is contained in:
2026-02-23 16:15:25 +09:00
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ spring:
active: prod # 사용할 프로파일 지정 (ex. dev, prod, test)
datasource:
url: jdbc:postgresql://192.168.2.127:15432/kamco_cds
url: jdbc:postgresql://172.16.4.56:15432/kamco_cds
#url: jdbc:postgresql://localhost:5432/kamco_cds
username: kamco_cds
password: kamco_cds_Q!W@E#R$
@@ -59,8 +59,8 @@ management:
file:
#sync-root-dir: D:/kamco-nfs/images/
sync-root-dir: /kamco-nfs/images/
sync-tmp-dir: ${file.sync-root-dir}/tmp
sync-root-dir: /data/images/
sync-tmp-dir: /data/repo/tmp
sync-file-extention: tfw,tif
sync-auto-exception-start-year: 2025
sync-auto-exception-before-year-cnt: 3

View File

@@ -142,7 +142,7 @@ public class MakeGeoJsonTasklet implements Tasklet {
try {
// Step 2-6: 디렉토리 생성 (존재하지 않으면)
log.info(" [2-6] 디렉토리 생성 중...");
log.info(" [2-6] 디렉토리 생성 중... {}", outputPath.getParent());
Files.createDirectories(outputPath.getParent());
log.info(" [2-6] 디렉토리 생성 완료: {}", outputPath.getParent());