Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -8,7 +8,7 @@ spring:
|
|||||||
active: prod # 사용할 프로파일 지정 (ex. dev, prod, test)
|
active: prod # 사용할 프로파일 지정 (ex. dev, prod, test)
|
||||||
|
|
||||||
datasource:
|
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
|
#url: jdbc:postgresql://localhost:5432/kamco_cds
|
||||||
username: kamco_cds
|
username: kamco_cds
|
||||||
password: kamco_cds_Q!W@E#R$
|
password: kamco_cds_Q!W@E#R$
|
||||||
@@ -59,8 +59,8 @@ management:
|
|||||||
|
|
||||||
file:
|
file:
|
||||||
#sync-root-dir: D:/kamco-nfs/images/
|
#sync-root-dir: D:/kamco-nfs/images/
|
||||||
sync-root-dir: /kamco-nfs/images/
|
sync-root-dir: /data/images/
|
||||||
sync-tmp-dir: ${file.sync-root-dir}/tmp
|
sync-tmp-dir: /data/repo/tmp
|
||||||
sync-file-extention: tfw,tif
|
sync-file-extention: tfw,tif
|
||||||
sync-auto-exception-start-year: 2025
|
sync-auto-exception-start-year: 2025
|
||||||
sync-auto-exception-before-year-cnt: 3
|
sync-auto-exception-before-year-cnt: 3
|
||||||
|
|||||||
Binary file not shown.
@@ -142,7 +142,7 @@ public class MakeGeoJsonTasklet implements Tasklet {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
// Step 2-6: 디렉토리 생성 (존재하지 않으면)
|
// Step 2-6: 디렉토리 생성 (존재하지 않으면)
|
||||||
log.info(" [2-6] 디렉토리 생성 중...");
|
log.info(" [2-6] 디렉토리 생성 중... {}", outputPath.getParent());
|
||||||
Files.createDirectories(outputPath.getParent());
|
Files.createDirectories(outputPath.getParent());
|
||||||
log.info(" [2-6] 디렉토리 생성 완료: {}", outputPath.getParent());
|
log.info(" [2-6] 디렉토리 생성 완료: {}", outputPath.getParent());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user