Skip to content

Commit 212c522

Browse files
committed
실행파일 수정
1 parent 45b38b6 commit 212c522

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

실행하기.bat

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,11 @@ REM 필요에 따라 아래 XML 파일명, 변수 등을 수정하세요.
44

55
set XML_FILE=queries\queries-sample.xml
66
set JSON_FILE=queries\queries-sample-orders.json
7-
set CONFIG_FILE=config\dbinfo.json
8-
REM 쿼리파일(excel)에서 db/output 모두 지정 가능
9-
10-
REM 예시: 날짜 변수 추가
11-
set VARS=-v startDate=2024-01-01 -v endDate=2024-06-30
127

138
REM JSON 파일 실행
14-
@REM node src\index.js -q %JSON_FILE% -c %CONFIG_FILE% %VARS%
9+
@REM node src\index.js -q %JSON_FILE% -c config\dbinfo.json
1510

1611
REM XML 파일 실행
17-
node src\index.js -x %XML_FILE% -c %CONFIG_FILE% %VARS%
12+
node src\index.js -x %XML_FILE% -c config\dbinfo.json
1813

1914
pause

0 commit comments

Comments
 (0)