data_aggregation_backend/test/config.properties

134 lines
4.1 KiB
Properties
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#强烈建议数据的存储目录按如下目录结构 根目录/年度/批次/地区编码_系统编码_版本
#操作系统识别linux为0windows为1
operate-system=1
#=============================================================================================================
# MySQL
#=============================================================================================================
# 驱动程序
jdbc.mysql.driver=com.mysql.jdbc.Driver
# 连接url
jdbc.mysql.url=jdbc:mysql://192.168.191.120: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-standard-user-name=u_bzbjy
gather-standard-exec-table-name=kzxzb
gather-standard-pay-table-name=zfxxb
# 密码
gather-user-password=oracle
#
gather-port=1521
#
gather-service-name=orcl
#
#==============================================================================================================
table-suffix=_20152016
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.191.120:8080/
kubeMasterAddress=192.168.191.120:8080
collect-user-name=system
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
# 其他的标准表名称,用逗号分隔
other_standard_tables=ZYSKJ
#gfs cluster master IP
gfs_control_ip=192.168.191.120
#gfs web password of root
gfs_control_rootPassWd=root
#url of gfs web
HttpClientConstant_URL_IP_PORT=http://192.168.191.120:9002/glusterfs_restful/
#data between 6 month ago and now
dataBefore=6
#move a data once
moveFileMaxNum=1
#import 5 rows of Excel once
numOneImportExcel=5
oracle-orcl=orcl
oracle-user=system
oracle-psw=oracle
# linux path
#=============================================================================================================
#系统数据目录根路径
data_path=/aggregation-platform_data_path/
# extract's log file location
extract-log-localtion=extract_log/
# standard extract's log file location
extract-standard-log-localtion=extract_standard_log/
#数据导出路径
export-data-localtion=export-data-localtion/
#数据导出日志路径
export-data-log-localtion=export-data-log-localtion/
# 导出数据原始库sql脚本
export_data_origin_sql_script = origin_sql_script/
# 导出数据汇总平台sql脚本
export_data_platform_sql_script = platform_sql_script/
#import excel file's location
file_upload_path=excel_import_dir/
#信息系统excel导出文件
file_download_path=excel_export_dir/export.xls
#file package download's location
package_download_path=package_download_path/
package_name=package.zip
#location of sql script lastest
sql_script_path_last=sql_last/
#location of sql script standard
sql_script_path_standard=sql_standard/
#oracle原始数据目录
origin_database_utf8=origin_database/UTF8/app/
origin_database_gbk=origin_database/gbk/app/
#=============================================================================================================
# 数据库公共配置
#=============================================================================================================
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
#==============================================================================================================