From 566efd9eb6883da0863b9b95ea73c499183dc172 Mon Sep 17 00:00:00 2001 From: chenlw <874313221@qq.com> Date: Sun, 30 Oct 2016 12:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E5=AD=98=E6=94=BE=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE-win=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/config/config.properties | 178 +++++++++++--------- 1 file changed, 97 insertions(+), 81 deletions(-) diff --git a/WebContent/WEB-INF/config/config.properties b/WebContent/WEB-INF/config/config.properties index 61e523ff..83faf06a 100644 --- a/WebContent/WEB-INF/config/config.properties +++ b/WebContent/WEB-INF/config/config.properties @@ -1,81 +1,97 @@ -#============================================================================================================= -# MySQL -#============================================================================================================= -# 驱动程序 -jdbc.mysql.driver=com.mysql.jdbc.Driver -# 连接url - -jdbc.mysql.url=jdbc:mysql://192.168.0.110:3306/ftpdata?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false - -# 用户名 -jdbc.mysql.username=root -# 密码 -jdbc.mysql.password=root - -#============================================================================================================= -# Oracle 连接配置 -#============================================================================================================= -# hui用户名 -gather-user-name=system -# 密码 -gather-user-password=oracle - -# -gather-port=1521 -# -gather-service-name=orcl -#============================================================================================================= -# 数据库公共配置 -#============================================================================================================= -jdbc.initialSize=5 -jdbc.minIdle=5 -jdbc.maxIdle=20 -jdbc.maxActive=100 -jdbc.maxWait=100000 -jdbc.defaultAutoCommit=false -jdbc.removeAbandoned=true -jdbc.removeAbandonedTimeout=600 -jdbc.testWhileIdle=true -jdbc.timeBetweenEvictionRunsMillis=60000 -jdbc.numTestsPerEvictionRun=20 -jdbc.minEvictableIdleTimeMillis=300000 -#============================================================================================================== -# -#============================================================================================================== -table-suffix=_20152016 -extract-log-localtion=/home/web_manage/log/ -gather-tablespace-name=TS_TTSSS - -#dbf file's path must exist -gather-tablespace-path=/opt/oracle/app/oradata/orcl/ -# user's password must exist -gather-table-user-password=user - -#kuber's url must exist -kubeMasterUrl=http://192.168.0.110:8080/ - -collect-user-name=system -collect-password=oracle -collect-service-name=orcl - -gfs_control_ip=192.168.0.110 - -gfs_control_rootPassWd=root - -HttpClientConstant_URL_IP_PORT=http://192.168.0.110:8088/jfinal/ - -#============================================================================================================= -# 文件上传下载 -#============================================================================================================= -file_upload_path=D:\\test\\ - -file_download_path=D:\\test\\export.xlsx - -package_download_path=D:\\ - -package_name=zzzzz - -sql_script_path_last=D:\\sql_script_last\\ - -sql_script_path_standard=D:\\sql_script_standard\\ - +#============================================================================================================= +# MySQL +#============================================================================================================= +# 驱动程序 +jdbc.mysql.driver=com.mysql.jdbc.Driver +# 连接url + +jdbc.mysql.url=jdbc:mysql://192.168.0.110:3306/ftpdata?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false + +# 用户名 +jdbc.mysql.username=root +# 密码 +jdbc.mysql.password=root + +#============================================================================================================= +# Oracle 连接配置 +#============================================================================================================= +# hui用户名 +gather-user-name=system +# 密码 +gather-user-password=oracle + +# +gather-port=1521 +# +gather-service-name=orcl +#============================================================================================================= +# 数据库公共配置 +#============================================================================================================= +jdbc.initialSize=5 +jdbc.minIdle=5 +jdbc.maxIdle=20 +jdbc.maxActive=100 +jdbc.maxWait=100000 +jdbc.defaultAutoCommit=false +jdbc.removeAbandoned=true +jdbc.removeAbandonedTimeout=600 +jdbc.testWhileIdle=true +jdbc.timeBetweenEvictionRunsMillis=60000 +jdbc.numTestsPerEvictionRun=20 +jdbc.minEvictableIdleTimeMillis=300000 +#============================================================================================================== +# +#============================================================================================================== +table-suffix=_20152016 +extract-log-localtion=/home/web_manage/log/ +gather-tablespace-name=TS_TTSSS + +#dbf file's path must exist +gather-tablespace-path=/opt/oracle/app/oradata/orcl/ +# user's password must exist +gather-table-user-password=user + +#kuber's url must exist +kubeMasterUrl=http://192.168.0.110:8080/ + +collect-user-name=system +collect-password=oracle +collect-service-name=orcl + +gfs_control_ip=192.168.0.110 + +gfs_control_rootPassWd=root + +HttpClientConstant_URL_IP_PORT=http://192.168.0.110:8088/jfinal/ + +#============================================================================================================= +# 文件上传下载 +#============================================================================================================= +file_upload_path=D:\\test\\ + +file_download_path=D:\\test\\export.xlsx + +package_download_path=D:\\test\\ + +package_name=sql_script_standard + +sql_script_path_last=D:\\test\\sql_script_last\\ + +sql_script_path_standard=D:\\test\\sql_script_standard\\ + +#============================================================================================================= +# 文件上传下载 +#============================================================================================================= + +#file_upload_path=/excel_import_dir/ +# +#file_download_path=/excel_export_dir/export.xlsx +# +#package_download_path=/ +# +#package_name=DefaultDescription +# +#sql_script_path_last=/DefaultDescription_last/ +# +#sql_script_path_standard=/DefaultDescription/ +