- GPU DB core20 테이블 정보 프로파일 추가
This commit is contained in:
HeungTak Lee 2025-12-10 08:46:15 +09:00
부모 3dde3d0167
커밋 fedd89c9ca

파일 보기

@ -74,6 +74,7 @@ management:
logging: logging:
config: classpath:logback-spring.xml config: classpath:logback-spring.xml
# Custom Application Properties # Custom Application Properties
app: app:
batch: batch:
@ -92,3 +93,10 @@ app:
schedule: schedule:
enabled: true enabled: true
cron: "0 0 * * * ?" # Every hour cron: "0 0 * * * ?" # Every hour
# Core20 캐시 테이블 설정 (환경별로 테이블/컬럼명이 다를 수 있음)
core20:
schema: new_snp # 스키마명
table: core20 # 테이블명
imo-column: lrno # IMO/LRNO 컬럼명 (PK, NOT NULL)
mmsi-column: mmsi # MMSI 컬럼명 (NULLABLE)