From c1ef5d74c7395a75cdd17d192395caf28b135230 Mon Sep 17 00:00:00 2001 From: chenlw <874313221@qq.com> Date: Tue, 18 Oct 2016 15:31:58 +0800 Subject: [PATCH] jfinal --- WebContent/WEB-INF/config/config.properties | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/WebContent/WEB-INF/config/config.properties b/WebContent/WEB-INF/config/config.properties index 04557bbb..20c0bfad 100644 --- a/WebContent/WEB-INF/config/config.properties +++ b/WebContent/WEB-INF/config/config.properties @@ -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