linux下的配置

web_backend_develope
chenlw 8 years ago
parent 6161d131e6
commit 7c77e9e646

@ -1,120 +1,120 @@
#============================================================================================================= #=============================================================================================================
# MySQL # MySQL
#============================================================================================================= #=============================================================================================================
# 驱动程序 # 驱动程序
jdbc.mysql.driver=com.mysql.jdbc.Driver jdbc.mysql.driver=com.mysql.jdbc.Driver
# 连接url # 连接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.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.username=root
# 密码 # 密码
jdbc.mysql.password=root jdbc.mysql.password=root
#============================================================================================================= #=============================================================================================================
# Oracle 连接配置 # Oracle 连接配置
#============================================================================================================= #=============================================================================================================
# hui用户名 # hui用户名
gather-user-name=system gather-user-name=system
gather-standard-user-name=u_bzbjy gather-standard-user-name=u_bzbjy
gather-standard-exec-table-name=kzxzb gather-standard-exec-table-name=kzxzb
gather-standard-pay-table-name=zfxxb gather-standard-pay-table-name=zfxxb
# 密码 # 密码
gather-user-password=oracle gather-user-password=oracle
# #
gather-port=1521 gather-port=1521
# #
gather-service-name=orcl gather-service-name=orcl
#============================================================================================================= #=============================================================================================================
# 数据库公共配置 # 数据库公共配置
#============================================================================================================= #=============================================================================================================
jdbc.initialSize=5 jdbc.initialSize=5
jdbc.minIdle=5 jdbc.minIdle=5
jdbc.maxIdle=20 jdbc.maxIdle=20
jdbc.maxActive=100 jdbc.maxActive=100
jdbc.maxWait=100000 jdbc.maxWait=100000
jdbc.defaultAutoCommit=false jdbc.defaultAutoCommit=false
jdbc.removeAbandoned=true jdbc.removeAbandoned=true
jdbc.removeAbandonedTimeout=600 jdbc.removeAbandonedTimeout=600
jdbc.testWhileIdle=true jdbc.testWhileIdle=true
jdbc.timeBetweenEvictionRunsMillis=60000 jdbc.timeBetweenEvictionRunsMillis=60000
jdbc.numTestsPerEvictionRun=20 jdbc.numTestsPerEvictionRun=20
jdbc.minEvictableIdleTimeMillis=300000 jdbc.minEvictableIdleTimeMillis=300000
#============================================================================================================== #==============================================================================================================
# #
#============================================================================================================== #==============================================================================================================
table-suffix=_20152016 table-suffix=_20152016
gather-tablespace-name=TS_TTSSS gather-tablespace-name=TS_TTSSS
#dbf file's path must exist #dbf file's path must exist
gather-tablespace-path=/opt/oracle/app/oradata/orcl/ gather-tablespace-path=/opt/oracle/app/oradata/orcl/
# user's password must exist # user's password must exist
gather-table-user-password=user gather-table-user-password=user
#kuber's url must exist #kuber's url must exist
kubeMasterUrl=http://192.168.0.110:8080/ kubeMasterUrl=http://192.168.0.110:8080/
kubeMasterAddress=192.168.0.110:8080 kubeMasterAddress=192.168.0.110:8080
collect-user-name=system collect-user-name=system
collect-password=oracle collect-password=oracle
collect-service-name=orcl collect-service-name=orcl
# standard table : # standard table :
# eg:sql -> select count(*) from u_bzbjy.kzxzb; select count(*) from u_bzbjy.zfxxb; # eg:sql -> select count(*) from u_bzbjy.kzxzb; select count(*) from u_bzbjy.zfxxb;
collect-user-table=U_BZBJY collect-user-table=U_BZBJY
collect-exec-table=KZXZB collect-exec-table=KZXZB
collect-pay-table=ZFXXB collect-pay-table=ZFXXB
#gfs web's IP #gfs web's IP
gfs_control_ip=192.168.0.110 gfs_control_ip=192.168.0.110
#gfs web password of root #gfs web password of root
gfs_control_rootPassWd=root gfs_control_rootPassWd=root
#url of gfs web #url of gfs web
HttpClientConstant_URL_IP_PORT=http://192.168.0.110:9001/ HttpClientConstant_URL_IP_PORT=http://192.168.0.110:9001/
#data between 6 month ago and now #data between 6 month ago and now
dataBefore=6 dataBefore=6
#move a data once #move a data once
moveFileMaxNum=1 moveFileMaxNum=1
#import 5 rows of Excel once #import 5 rows of Excel once
numOneImportExcel=5 numOneImportExcel=5
oracle-orcl=orcl oracle-orcl=orcl
oracle-user=system oracle-user=system
oracle-psw=oracle oracle-psw=oracle
#============================================================================================================= #=============================================================================================================
# windows path # windows path
#============================================================================================================= #=============================================================================================================
#
extract-log-localtion=D:\\test\\log\\ #extract-log-localtion=D:\\test\\log\\
extract-standard-log-localtion=D:\\test\\log2\\ #extract-standard-log-localtion=D:\\test\\log2\\
#
file_upload_path=D:\\test\\ #file_upload_path=D:\\test\\
file_download_path=D:\\test\\export.xlsx #file_download_path=D:\\test\\export.xlsx
#
package_download_path=D:\\test\\ #package_download_path=D:\\test\\
package_name=sql_script_standard #package_name=sql_script_standard
#
sql_script_path_last=D:\\test\\sql_script_last\\ #sql_script_path_last=D:\\test\\sql_script_last\\
sql_script_path_standard=D:\\test\\sql_script_standard\\ #sql_script_path_standard=D:\\test\\sql_script_standard\\
#============================================================================================================= #=============================================================================================================
# linux path # linux path
#============================================================================================================= #=============================================================================================================
## extract's log file location # extract's log file location
#extract-log-localtion=/home/web_manage/log/ extract-log-localtion=/home/web_manage/log/
## standard extract's log file location # standard extract's log file location
#extract-standard-log-localtion=/home/web_manage/log2/ extract-standard-log-localtion=/home/web_manage/log2/
##import excel file's location #import excel file's location
#file_upload_path=/excel_import_dir/ file_upload_path=/excel_import_dir/
##export excel file's location #export excel file's location
#file_download_path=/excel_export_dir/export.xlsx file_download_path=/excel_export_dir/export.xlsx
##file package download's location #file package download's location
#package_download_path=/ package_download_path=/
##file package's name #file package's name
#package_name=DefaultDescription package_name=DefaultDescription
##location of sql script lastest #location of sql script lastest
#sql_script_path_last=/DefaultDescription_last/ sql_script_path_last=/DefaultDescription_last/
##location of sql script standard #location of sql script standard
#sql_script_path_standard=/DefaultDescription/ sql_script_path_standard=/DefaultDescription/

Loading…
Cancel
Save