From 348a8e3c76be832c7e113526a2982e28033cf98e Mon Sep 17 00:00:00 2001 From: chenlw <874313221@qq.com> Date: Tue, 13 Dec 2016 09:48:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/config/config.properties | 30 ++++++++++++--------- 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/WebContent/WEB-INF/config/config.properties b/WebContent/WEB-INF/config/config.properties index 6bf45a62..9dfdcede 100644 --- a/WebContent/WEB-INF/config/config.properties +++ b/WebContent/WEB-INF/config/config.properties @@ -62,18 +62,20 @@ collect-password=oracle collect-service-name=orcl # standard table : # eg:sql -> select count(*) from u_bzbjy.kzxzb; select count(*) from u_bzbjy.zfxxb; -collect-user-table=u_bzbjy -collect-exec-table=kzxzb -collect-pay-table=zfxxb - +collect-user-table=U_BZBJY +collect-exec-table=KZXZB +collect-pay-table=ZFXXB +#gfs web's IP gfs_control_ip=192.168.0.110 - +#gfs web password of root gfs_control_rootPassWd=root - +#url of gfs web HttpClientConstant_URL_IP_PORT=http://192.168.0.110:9001/ - +#data between 6 month ago and now dataBefore=6 - +#move a data once +moveFileMaxNum=1 +#import 12 rows of Excel once numOneImportExcel=12 oracle-orcl=orcl oracle-user=system @@ -98,15 +100,19 @@ oracle-psw=oracle #============================================================================================================= # linux path #============================================================================================================= - +# extract's log file location extract-log-localtion=/home/web_manage/log/ +# standard extract's log file location extract-standard-log-localtion=/home/web_manage/log2/ - +#import excel file's location file_upload_path=/excel_import_dir/ +#export excel file's location file_download_path=/excel_export_dir/export.xlsx - +#file package download's location package_download_path=/ +#file package's name package_name=DefaultDescription - +#location of sql script lastest sql_script_path_last=/DefaultDescription_last/ +#location of sql script standard sql_script_path_standard=/DefaultDescription/