파일경로를 application.yml에서 가져올수있게 동적으로 처리 (#100)

Reviewed-on: #100
Co-authored-by: dean[백병남] <byungnam.baek@dabeeo.com>
Co-committed-by: dean[백병남] <byungnam.baek@dabeeo.com>
This commit was merged in pull request #100.
This commit is contained in:
2026-02-26 11:49:49 +09:00
committed by dean
parent 2508f59a72
commit 2309357c0d
12 changed files with 361 additions and 421 deletions

View File

@@ -83,7 +83,7 @@ public class ChngDetectMastDto {
@Schema(
description = "탐지결과 절대경로명 /kamco_nas/export/{chnDtctId}",
example = "/kamco-nfs/dataset/export/D5F192EC76D34F6592035BE63A84F591")
example = "{file.nfs}/dataset/export/D5F192EC76D34F6592035BE63A84F591")
private String pathNm;
@Schema(description = "사원번호", example = "123456")