fix: IntegrationVessel table-name @Value 경로 불일치 수정
vessel.integration.datasource.table-name → vessel.integration.table-name으로 변경. YAML 구조와 불일치하여 prod에서 기본값(signal.t_ship_integration_sub)이 사용되었고, 별도 DB(mdadb2 gis 스키마)에 signal 스키마가 없어 조회 실패하던 문제 해결. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
부모
b4221c36fd
커밋
51f588476f
@ -45,7 +45,7 @@ public class IntegrationVesselService {
|
||||
@Value("${vessel.integration.datasource.password:}")
|
||||
private String integrationPassword;
|
||||
|
||||
@Value("${vessel.integration.datasource.table-name:signal.t_ship_integration_sub}")
|
||||
@Value("${vessel.integration.table-name:signal.t_ship_integration_sub}")
|
||||
private String integrationTableName;
|
||||
|
||||
// 글로벌 캐시 (키: "sig_src_cd_target_id")
|
||||
|
||||
1840982
vessel-batch.2026-02-07.1.log
Normal file
1840982
vessel-batch.2026-02-07.1.log
Normal file
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
Load Diff
1796304
vessel-batch.2026-02-07.2.log
Normal file
1796304
vessel-batch.2026-02-07.2.log
Normal file
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
Load Diff
1054780
vessel-batch.2026-02-07.log
Normal file
1054780
vessel-batch.2026-02-07.log
Normal file
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
Load Diff
146242
vessel-batch.log
Normal file
146242
vessel-batch.log
Normal file
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
Load Diff
불러오는 중...
Reference in New Issue
Block a user