From cbb53fd9f10e1c1bc995b5171bac9ccf00434449 Mon Sep 17 00:00:00 2001 From: hyojin kim Date: Fri, 9 Jan 2026 14:59:20 +0900 Subject: [PATCH] =?UTF-8?q?:card=5Ffile=5Fbox:=20Core=20=EC=BA=90=EC=8B=9C?= =?UTF-8?q?=20=EB=8C=80=EC=83=81=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 4 ++-- src/main/resources/application-prod.yml | 4 ++-- src/main/resources/application.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 9e47c57..9227899 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -96,7 +96,7 @@ app: # AIS Target 배치 설정 ais-target: since-seconds: 60 # API 조회 범위 (초) - chunk-size: 5000 # 배치 청크 크기 + chunk-size: 50000 # 배치 청크 크기 schedule: cron: "15 * * * * ?" # 매 분 15초 실행 # AIS Target 캐시 설정 @@ -111,7 +111,7 @@ app: # Core20 캐시 테이블 설정 (환경별로 테이블/컬럼명이 다를 수 있음) core20: schema: snp_data # 스키마명 - table: core20 # 테이블명 + table: ship_detail_data # 테이블명 imo-column: ihslrorimoshipno # IMO/LRNO 컬럼명 (PK, NOT NULL) mmsi-column: maritimemobileserviceidentitymmsinumber # MMSI 컬럼명 (NULLABLE) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index cb01835..fc2c167 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -98,7 +98,7 @@ app: # AIS Target 배치 설정 ais-target: since-seconds: 60 # API 조회 범위 (초) - chunk-size: 5000 # 배치 청크 크기 + chunk-size: 50000 # 배치 청크 크기 schedule: cron: "15 * * * * ?" # 매 분 15초 실행 # AIS Target 캐시 설정 @@ -113,7 +113,7 @@ app: # Core20 캐시 테이블 설정 (환경별로 테이블/컬럼명이 다를 수 있음) core20: schema: snp_data # 스키마명 - table: core20 # 테이블명 + table: ship_detail_data # 테이블명 imo-column: ihslrorimoshipno # IMO/LRNO 컬럼명 (PK, NOT NULL) mmsi-column: maritimemobileserviceidentitymmsinumber # MMSI 컬럼명 (NULLABLE) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index bb78857..6df95eb 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -95,7 +95,7 @@ app: # AIS Target Import 배치 설정 (캐시 업데이트 전용) ais-target: since-seconds: 60 # API 조회 범위 (초) - chunk-size: 5000 # 배치 청크 크기 + chunk-size: 50000 # 배치 청크 크기 schedule: cron: "15 * * * * ?" # 매 분 15초 실행 @@ -117,7 +117,7 @@ app: # Core20 캐시 테이블 설정 (환경별로 테이블/컬럼명이 다를 수 있음) core20: schema: snp_data # 스키마명 - table: core20 # 테이블명 + table: ship_detail_data # 테이블명 imo-column: ihslrorimoshipno # IMO/LRNO 컬럼명 (PK, NOT NULL) mmsi-column: maritimemobileserviceidentitymmsinumber # MMSI 컬럼명 (NULLABLE)