|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
# 驱动程序
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
# 密码
|
|
|
|
@ -44,8 +44,12 @@ table-suffix=_20152016
|
|
|
|
|
extract-log-localtion=/home/web_manage/log/
|
|
|
|
|
gather-tablespace-name=TS_TTSSS
|
|
|
|
|
|
|
|
|
|
gather-tablespace-path=
|
|
|
|
|
gather-table-user-password=
|
|
|
|
|
#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
|
|
|
|
|