From 973903530bd3df296b9c124465ee5896e26e1179 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Mon, 22 May 2017 19:24:51 +0800 Subject: [PATCH] update --- platform-operate-api/src/main/resources/config.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-operate-api/src/main/resources/config.properties b/platform-operate-api/src/main/resources/config.properties index eb8ffc6..589b67c 100644 --- a/platform-operate-api/src/main/resources/config.properties +++ b/platform-operate-api/src/main/resources/config.properties @@ -31,14 +31,14 @@ postser_url=http://devmmsapi.qinhuangdao.healthbaby.com.cn:18019/initdata/reser #区域统计地址 -area_count_url=119.90.57.26:1522 +area_count_url=192.168.1.32:1521 #同步mysql数据到各个区域的地址,多个用逗号隔开 如:https://area-qhd-api.healthbaby.com.cn:18019/syncMysqlData,https://area-dz-api.healthbaby.com.cn:12356/syncMysqlData sync_mysql_data_url= #数据源相关配置 jdbc.0.driver=oracle.jdbc.driver.OracleDriver -jdbc.0.url=jdbc:oracle:thin:@119.90.57.26:1522:orcl +jdbc.0.url=jdbc:oracle:thin:@192.168.1.32:1521:orcl jdbc.0.username=LYMS_ODS jdbc.0.password=Welcome1 -- 1.8.3.1