|
|
|
|
@ -87,8 +87,8 @@ server:
|
|
|
|
|
logging:
|
|
|
|
|
config: classpath:logback-spring.xml
|
|
|
|
|
file:
|
|
|
|
|
path: d:/data/xit-framework/logs
|
|
|
|
|
name: xit-framework
|
|
|
|
|
path: d:/data/@project.name@/logs
|
|
|
|
|
name: @project.name@
|
|
|
|
|
logback:
|
|
|
|
|
rollingpolicy:
|
|
|
|
|
max-file-size: 10MB
|
|
|
|
|
@ -103,7 +103,7 @@ logging:
|
|
|
|
|
# File upload configuration
|
|
|
|
|
file:
|
|
|
|
|
upload:
|
|
|
|
|
path: d:/data/xit-framework/file
|
|
|
|
|
path: d:/data/@project.name@/file
|
|
|
|
|
max-size: 10 # 단일 파일 최대 크기 (MB)
|
|
|
|
|
max-total-size: 50 # 총 파일 최대 크기 (MB)
|
|
|
|
|
max-files: 10 # 최대 파일 개수
|
|
|
|
|
@ -118,9 +118,9 @@ file:
|
|
|
|
|
batch:
|
|
|
|
|
file:
|
|
|
|
|
processing:
|
|
|
|
|
source-dir: d:/data/xit-framework/batch/source # 읽을 대상 파일이 있는 디렉토리
|
|
|
|
|
complete-dir: d:/data/xit-framework/batch/complete # 파일 처리 완료 후 이동될 디렉토리
|
|
|
|
|
error-dir: d:/data/xit-framework/batch/error # 파일 처리 에러 시 이동될 디렉토리
|
|
|
|
|
source-dir: d:/data/@project.name@/batch/source # 읽을 대상 파일이 있는 디렉토리
|
|
|
|
|
complete-dir: d:/data/@project.name@/batch/complete # 파일 처리 완료 후 이동될 디렉토리
|
|
|
|
|
error-dir: d:/data/@project.name@/batch/error # 파일 처리 에러 시 이동될 디렉토리
|
|
|
|
|
delimiter: "|" # 파일 컬럼 구분자
|
|
|
|
|
encoding: UTF-8 # 파일 인코딩
|
|
|
|
|
create-date-subdir: true # yyyyMMdd 하위 디렉토리 생성 여부
|
|
|
|
|
@ -129,9 +129,9 @@ batch:
|
|
|
|
|
retry-interval-hours: 1 # 재시도 간격 (시간)
|
|
|
|
|
enabled: true # 에러 파일 재처리 기능 활성화 여부
|
|
|
|
|
zip:
|
|
|
|
|
source-dir: d:/data/xit-framework/batch/zip/source # ZIP 파일 소스 디렉토리
|
|
|
|
|
extract-dir: d:/data/xit-framework/batch/zip/extract # ZIP 파일 압축 해제 디렉토리 (하위 :/yyyy/zip file name/)
|
|
|
|
|
archive-dir: d:/data/xit-framework/batch/zip/archive # ZIP 파일 아카이브 디렉토리
|
|
|
|
|
error-archive-dir: d:/data/xit-framework/batch/zip/error-archive # ZIP 파일 에러 아카이브 디렉토리
|
|
|
|
|
error-extract-dir: d:/data/xit-framework/batch/zip/error-extract # ZIP 파일 에러 압축해제파일 디렉토리 (하위 :/yyyy/zip file name/)
|
|
|
|
|
source-dir: d:/data/@project.name@/batch/zip/source # ZIP 파일 소스 디렉토리
|
|
|
|
|
extract-dir: d:/data/@project.name@/batch/zip/extract # ZIP 파일 압축 해제 디렉토리 (하위 :/yyyy/zip file name/)
|
|
|
|
|
archive-dir: d:/data/@project.name@/batch/zip/archive # ZIP 파일 아카이브 디렉토리
|
|
|
|
|
error-archive-dir: d:/data/@project.name@/batch/zip/error-archive # ZIP 파일 에러 아카이브 디렉토리
|
|
|
|
|
error-extract-dir: d:/data/@project.name@/batch/zip/error-extract # ZIP 파일 에러 압축해제파일 디렉토리 (하위 :/yyyy/zip file name/)
|
|
|
|
|
create-date-subdir-pattern: yyyyMM # yyyy, yyyyMM, yyyyMMdd 하위 디렉토리 구조
|
|
|
|
|
|