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)