LastExecutionUpdateTasklet 공통 모듈 적용 (기존 14개 Job 마이그레이션) #74
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
배경
#73 에서 파티션 스텝 공통 모듈화 과정에서
LastExecutionUpdateTasklet을 공통 클래스로 추출함.현재 14개 Job Config에 동일한 인라인 Tasklet 패턴이 중복되어 있으므로, 공통 모듈로 교체 필요.
대상 파일
TransitsRangeJobConfigBerthCallsRangJobConfigStsOperationRangeJobConfigAnchorageCallsRangeJobConfigDestinationsRangeJobConfigCurrentlyAtRangeJobConfigShipPortCallsRangeJobConfigTerminalCallsRangeJobConfigRiskImportRangeJobConfigPscInspectionJobConfigEventImportJobConfigComplianceImportRangeJobConfigCompanyComplianceImportRangeJobConfig작업 내용
각 Job Config의 인라인
lastExecutionUpdateTasklet람다를com.snp.batch.common.batch.tasklet.LastExecutionUpdateTasklet공통 클래스로 교체관련 이슈